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
exmaple, Let's assume there's a docker.io/library/mysql:latest inside the chart my-release-0.7.7.tgz
Let's relocate images into a local tar (/tmp/a.tar)
unzip the /tmp/a.tar and docker load -i images.tar
the image remains docker.io/library/mysql:latest instead of 10.20.34.5/mygroup/mysql:latest as what I expected
The text was updated successfully, but these errors were encountered:
panpan0000
changed the title
--to-intermediate-bundle will not retag the image's registry and repo-prefix--to-intermediate-bundle will not retag the image's registry and repo-prefix in tar
Jul 11, 2022
exmaple, Let's assume there's a
docker.io/library/mysql:latest
inside the chart my-release-0.7.7.tgzLet's relocate images into a local tar (/tmp/a.tar)
unzip the
/tmp/a.tar
anddocker load -i images.tar
the image remains
docker.io/library/mysql:latest
instead of10.20.34.5/mygroup/mysql:latest
as what I expectedThe text was updated successfully, but these errors were encountered: