Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 2: Remote Registry #32

Open
pdub787 opened this issue Jun 6, 2020 · 1 comment
Open

Chapter 2: Remote Registry #32

pdub787 opened this issue Jun 6, 2020 · 1 comment

Comments

@pdub787
Copy link

pdub787 commented Jun 6, 2020

Was able to work through the original issues with the chapter and the Kuard demo. I'm almost to the end and I'm having a problem pushing the kuard image.

patricks-mbp:k8s patrick$ docker login
Authenticating with existing credentials...
Login Succeeded
patricks-mbp:k8s patrick$ docker tag kuard gcr.io/kuar-demo/kuard-amd64:blue
patricks-mbp:k8s patrick$ docker push gcr.io/kuar-demo/kuard-amd64:blue
The push refers to repository [gcr.io/kuar-demo/kuard-amd64]
394b19c55b51: Preparing
f70fb0293b4c: Preparing
92ef4a709b7b: Preparing
ab0ec28f3a15: Preparing
9d98c080a30a: Preparing
101937cc95b4: Waiting
7bff3ff75b7b: Waiting
5aea01ea0a0f: Waiting
05f4935ad90a: Waiting
c96f2308ab16: Waiting
38c2f9ead82d: Waiting
0dabcc98eeef: Waiting
6885f9305c0a: Waiting
unauthorized: Unauthorized access.

I'm definitely a noob and was hoping this book would be step-by-step. Any help would be greatly appreciated.

@lachie83
Copy link
Collaborator

lachie83 commented Feb 28, 2023

Hi @pdub787, from the output you are trying to push to the following repo that you don't have credentials to - gcr.io/kuar-demo/kuard-amd64:blue. Using the docker tag command you can tag that image again providing a repo location on DockerHub that you've authenticated to and then push to that location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants