No description
Find a file
Luiz Carvalho 96c38baa38 Add "push" subcommand
The approach taken here is to push the source archives directly to the
registry as blob. Then generate an image manifest to group the blobs
together creating a pseudo "source image manifest".

The benefits of this approach are:

    1. Simpler to deduplicate content in registry
    2. No container image building is required

Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
2019-07-17 15:56:10 -04:00
.gitignore Identify and create source image 2019-07-16 15:12:43 -04:00
build-source-image Add "push" subcommand 2019-07-17 15:56:10 -04:00
LICENSE Initial commit 2019-07-12 14:36:52 -04:00
README.md Initial commit 2019-07-12 14:36:52 -04:00

BuildSourceImage

Tool to build a source image based on an existing OCI image