GoogleCloudPlatform / docker-credential-gcr

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

remove generic `credsStore` support #64

Closed dekkagaijin closed 4 years ago

dekkagaijin commented 4 years ago

This greatly simplifies the current implementation and allows for us to sanely configure arbitrary registries in the future. However, as a consequence, docker build won't work on clients before 18.03 (which don't include https://github.com/docker/cli/pull/840)