GoogleCloudPlatform / docker-credential-gcr

A Docker credential helper for GCR users
https://gcr.io
Apache License 2.0
292 stars 92 forks source link

v2.1.23 Release contains no pre-built assets #165

Closed StevenACoffman closed 1 week ago

StevenACoffman commented 1 month ago

The most recent release https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/tag/v2.1.23 does not contain the pre-built assets that have accompanied all prior releases.

I have a github action setup-docker-credential-gcr) that will download and install these pre-built assets, and it is currently failing for the latest.

In the action, I can work around this by pinning the version to the prior release but I would rather re-use the official prebuilt assets of the latest release.

alteredego commented 1 month ago

This invalidates things like the instructions found here - https://cloud.google.com/artifact-registry/docs/docker/authentication#standalone-helper

psalaberria002 commented 1 week ago

Also hitting this. Can someone build and upload the binaries?

StevenACoffman commented 1 week ago

Hey, for those following this issue who use GCP, please open a GCP support issue in order to get this work prioritized.

rafibarash commented 1 week ago

Hm, looks like the go release job failed. Will debug

rafibarash commented 1 week ago

Looks like there's one more issue, hopefully will be fixed this time

rafibarash commented 1 week ago

Fixed on v2.1.25 😄