You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support specifying the format of the local archive (or directory) for
the container. The default is kept as docker-archive for backwards
compatibility. The 'dir' format will be used to retain signatures and
manifests.
The oci-archive is also added for completeness. It's the format that
the oci-archive stage produces, so it could be useful to support pulling
and storing this format in the future.
The remove-signatures option is kept only for the docker-archive format.
The final move (os.rename()) at the end of the fetch_one() method now
creates the checksum directory if it doesn't exist and moves the child
archive into it, adding to any existing archives that might exist in
other formats.
The archive name for the docker-archive format remains as
container-image.tar for backwards compatibility, though this can change
with minimal side effects.
Dropped the .tar suffix from the symlink in the skopeo stage since it's
not necessary and the target of the link might be a directory now.
0 commit comments