No description
Vincent Batts
0d103e778f
for koji, there will be no fetching of the image, nor fetching of RPMS using `dnf download --source ...`. They'll just provide a directory of SRPMS used (perhaps as a composite of architectures). And just add these in similar fashion as when fetching. This used with the flag to specify which drivers to run will allow tailoring to just that use-case. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> |
||
---|---|---|
BuildSourceImage.sh | ||
Dockerfile | ||
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.