mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Christian Stewart <christian@aperture.us> [Julien: reflow Config.in help to fix check-package error] Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
449 B
Plaintext
12 lines
449 B
Plaintext
config BR2_PACKAGE_DOCKER_CREDENTIAL_GCR
|
|
bool "docker-credential-gcr"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
help
|
|
docker-credential-gcr is Google Container Registry's
|
|
standalone, gcloud SDK-independent Docker credential
|
|
helper. It allows for v18.03+ Docker clients to easily make
|
|
authenticated requests to GCR's repositories (gcr.io,
|
|
eu.gcr.io, etc.).
|
|
|
|
https://github.com/GoogleCloudPlatform/docker-credential-gcr/
|