Push an image to Container registry
Summary
push an image to container registry in another regionContent
Hi,
I pulled an image from us-ashburn-1 container registry. Now, to push that image to us-phoenix-1 container registry of the same tenancy, what are all the changes to be made to the image digest?
Below are the docker commands that I am using.
Version
latestCode Snippet
docker pull iad.ocir.io/<namespace>/<repo>/<image>:<tag> docker save -o <fileNameofTar.tar> iad.ocir.io/<namespace>/<repo>/<image>:<tag> docker load -i <fileNameofTar.tar> docker push phx.ocir.io/<namespace>/<repo>/<image>:<tag>
Tagged:
0