Remove `--format oci` (#255)
This commit is contained in:
parent
4bfa5e7ed1
commit
c999d7b453
|
@ -161,7 +161,7 @@ function copy-image() {
|
|||
local image1="${1:-}"
|
||||
local image2="${2:-}"
|
||||
|
||||
${SKOPEO} copy --retry-times "${RETRY}" --all --dest-tls-verify=false --format oci "docker://${image1}" "docker://${image2}"
|
||||
${SKOPEO} copy --retry-times "${RETRY}" --all --dest-tls-verify=false "docker://${image1}" "docker://${image2}"
|
||||
}
|
||||
|
||||
function list-tags() {
|
||||
|
|
Loading…
Reference in New Issue