Initial Version

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2019-07-12 14:44:41 -04:00
parent e97ca7be11
commit 67d628b22a
No known key found for this signature in database
GPG key ID: A2DF901DABE2C028
2 changed files with 77 additions and 0 deletions

View file

@ -1,2 +1,9 @@
# 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.