We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5b240 commit 22e1eaaCopy full SHA for 22e1eaa
scripts/mirror-images.sh
@@ -72,7 +72,7 @@ function mirror_registry() {
72
skopeo_retry copy ${skopeo_opts} --quiet \
73
--preserve-digests \
74
--authfile "${img_pull_file}" \
75
- --additional-tag "${dst_img_no_tag}:latest" \
+ --additional-tag "${dst_img_no_tag}:latest" \
76
docker://"${src_img}" docker://"${dst_img}"
77
}
78
@@ -147,7 +147,7 @@ function dir_to_registry() {
147
148
149
150
151
dir://"${local_dir}/${src_img}" docker://"${dst_img}"
152
153
0 commit comments