Skip to content

Commit

Permalink
Add bodhi-skopeo-lite - a skopeo-workalike with manifest list support
Browse files Browse the repository at this point in the history
In order to support copying multi-arch containers and Flatpaks, we need
to be able to copy manifest lists and OCI image indexes from registry to
registry. Work is underway to add such support to skopeo
(containers/image#400), but as a temporary workaround
add 'bodhi-skopeo-lite', which implements the subset of 'skopeo copy' we need,
but with manifest list/image index support. Use of this needs to be specifically
configured.

Signed-off-by: Owen W. Taylor <[email protected]>
  • Loading branch information
owtaylor committed Jun 8, 2018
1 parent 271a57b commit e2ae6db
Show file tree
Hide file tree
Showing 7 changed files with 1,212 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ exclude_lines =
def __repr__
def multicall_enabled
if __name__ == .__main__.:
raise AssertionError
Loading

0 comments on commit e2ae6db

Please sign in to comment.