Commit graph

3 commits

Author SHA1 Message Date
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
Luiz Carvalho
071a9bbd4f Identify and create source image
Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
2019-07-16 15:12:43 -04:00
Daniel J Walsh
e97ca7be11
Initial commit 2019-07-12 14:36:52 -04:00