-
Notifications
You must be signed in to change notification settings - Fork 93
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
Wrong version using component install of Cloud sdk #90
Comments
+Jon Johnson ***@***.***>
…On Mon, Jul 5, 2021 at 4:46 AM 'Pedro Frias' via gcr-github < ***@***.***> wrote:
I am trying to create my own image to use inside "Container optimized OS".
FROM google/cloud-sdk:alpine as builder1
RUN gcloud components install docker-credential-gcr --quietRUN gcloud components updateRUN docker-credential-gcr version
FROM docker/compose
COPY --from=builder1 /google-cloud-sdk/bin/* /usr/local/bin/RUN docker-credential-gcr configure-dockerCMD docker-compose
I run into the problem that it always installs version 1.5.0 which does
not let me add records for artifact registries.
Any idea how to install the correct version of docker-credential-gcr?
thanks in advance
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#90>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFASKFBHLJAZE5MP622G4CTTWGLPZANCNFSM472SDZ4Q>
.
--
You received this message because you are subscribed to the Google Groups
"gcr-github" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To view this discussion on the web visit
https://groups.google.com/a/google.com/d/msgid/gcr-github/GoogleCloudPlatform/docker-credential-gcr/issues/90%40github.com
<https://groups.google.com/a/google.com/d/msgid/gcr-github/GoogleCloudPlatform/docker-credential-gcr/issues/90%40github.com?utm_medium=email&utm_source=footer>
.
|
My recollection might be fuzzy here, but I believe we originally distributed You should be able to achieve the same thing with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to create my own image to use inside "Container optimized OS".
I run into the problem that it always installs version 1.5.0 which does not let me add records for artifact registries.
Any idea how to install the correct version of docker-credential-gcr?
thanks in advance
The text was updated successfully, but these errors were encountered: