Skip to content

Instantly share code, notes, and snippets.

@detiber
Last active July 23, 2019 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save detiber/134bd75a537716feaac6d363223698ca to your computer and use it in GitHub Desktop.
Save detiber/134bd75a537716feaac6d363223698ca to your computer and use it in GitHub Desktop.
Docker push failure
docker images | grep v0.3.5
gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller v0.3.5 ac2f43f6c00b 49 years ago 68.1MB
detiberyeti~$ docker tag ac2f43f6c00b gcr.io/k8s-staging-cluster-api/cluster-api-aws-controller:v0.3.5
detiberyeti~$ docker push gcr.io/k8s-staging-cluster-api/cluster-api-aws-controller:v0.3.5
The push refers to repository [gcr.io/k8s-staging-cluster-api/cluster-api-aws-controller]
813b69fcb0db: Pushed
87c747af6dc3: Layer already exists
44873b569cf3: Mounted from k8s-staging-cluster-api-aws/cluster-api-aws-controller
v0.3.5: digest: sha256:640bda1f6e2119db0972e6e7c51fcc03e6230df088a047036efe347c6c811f6d size: 949
detiberyeti~$ docker push gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller:v0.3.5
The push refers to repository [gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller]
813b69fcb0db: Pushing [==================================================>] 51.22MB/51.22MB
87c747af6dc3: Layer already exists
44873b569cf3: Layer already exists
denied: Access denied.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment