FPIE can help you create tar files from the specified includefile.
Download the binaries which fits your platform from Latest release.
The FPIE project is mainly for use together with docker, for building small docker contexts to send into the docker build:
fpie -c . -i includefile -o - | docker build -f ./dockerfile -You can also use docker instead of the binary:
docker run -v <contextdir>:/data hklsiteimprove/fpie -c data -i data/includefile | docker build -f ./dockerfile -Tests are automatically run as part of the CI pipeline, and reported back to any pull-request.
To manually run tests go to the fpie folder and run:
cargo testThe source code is located inside the fpie folder.
- Rust 1.41 (stable)
To make sure everything compiles run:
cargo run -- --helpThis should print the help menu from fpie cli.