No description
Before doing anything, ensure that we have at least two arguments. Correct misuse of $() when ${} was intended, to reference environment variables. Use `buildah config --created-by` rather than `--add-history` to set the CreatedBy field when committing new images, so that they only add one history entry. Set timestamps on .src.rpm files to their build date, rather than 0. Commit new images using --omit-timestamp, to make their own timestamps predictable. Only name the final image. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> |
||
---|---|---|
BuildSourceImage.sh | ||
LICENSE | ||
README.md |
BuildSourceImage
Tool to build a source image based on an existing OCI image
This script uses BUILDAH to build source code container images based on existing OCI images.
The goal is to make retrieving the source code used to make a container image easier for users to obtain, using the standard OCI protocols and image formats.