docker / docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores
MIT License
1.06k stars 169 forks source link

Format of release #255

Closed drgeb closed 1 year ago

drgeb commented 1 year ago

In previous version 0.64 for example the release artifacts were in the form .tar.gz. Seems like the naming convention changed and the .tar.gz is dropped

https://github.com/docker/docker-credential-helpers/releases/download/v0.6.4/docker-credential-pass-v0.6.4-amd64.tar.gz

became now https://github.com/docker/docker-credential-helpers/releases/download/v0.7.0/docker-credential-pass-v0.7.0.linux-amd64

can we add the file extension to this or go back to previous format ?

Thanks

ningziwen commented 1 year ago

+1 How could we install credential helper with current format? tar xf seems not working now.

crazy-max commented 1 year ago

https://github.com/docker/docker-credential-helpers/issues/242#issuecomment-1255132313