mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
Changelog: https://github.com/GoogleCloudPlatform/docker-credential-gcr/compare/v2.1.30...v2.1.32 Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
565 B
Makefile
17 lines
565 B
Makefile
################################################################################
|
|
#
|
|
# docker-credential-gcr
|
|
#
|
|
################################################################################
|
|
|
|
DOCKER_CREDENTIAL_GCR_VERSION = v2.1.32
|
|
DOCKER_CREDENTIAL_GCR_SITE = https://github.com/GoogleCloudPlatform/docker-credential-gcr
|
|
DOCKER_CREDENTIAL_GCR_SITE_METHOD = git
|
|
|
|
DOCKER_CREDENTIAL_GCR_LICENSE = Apache-2.0
|
|
DOCKER_CREDENTIAL_GCR_LICENSE_FILES = LICENSE
|
|
|
|
DOCKER_CREDENTIAL_GCR_GOMOD = github.com/GoogleCloudPlatform/docker-credential-gcr/v2
|
|
|
|
$(eval $(golang-package))
|