package/docker-credential-acr-env: new package
Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Christian Stewart <christian@aperture.us> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
992d43b373
commit
e679cd4974
@@ -2834,6 +2834,7 @@ menu "System tools"
|
||||
source "package/docker-cli/Config.in"
|
||||
source "package/docker-cli-buildx/Config.in"
|
||||
source "package/docker-compose/Config.in"
|
||||
source "package/docker-credential-acr-env/Config.in"
|
||||
source "package/docker-credential-gcr/Config.in"
|
||||
source "package/docker-engine/Config.in"
|
||||
source "package/earlyoom/Config.in"
|
||||
|
||||
12
package/docker-credential-acr-env/Config.in
Normal file
12
package/docker-credential-acr-env/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_DOCKER_CREDENTIAL_ACR_ENV
|
||||
bool "docker-credential-acr-env"
|
||||
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
||||
help
|
||||
The ACR docker credential helper is an alternative to the
|
||||
existing file store based ACR helper [...] which relies
|
||||
on az command line and is not optimised for use in CI
|
||||
environments. Primary use case for this helper is for use
|
||||
with kaniko and other tools running in CI scenarios wishing
|
||||
to push to Azure Container Registry.
|
||||
|
||||
https://github.com/chrismellard/docker-credential-acr-env/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Localy computed
|
||||
sha256 deff9d133fdd87b6cbe454e82e72eb7b124d1aea330c17236e804071a446b4ae docker-credential-acr-env-0.7.0-git4-go2.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# docker-credential-acr-env
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOCKER_CREDENTIAL_ACR_ENV_VERSION = 0.7.0
|
||||
DOCKER_CREDENTIAL_ACR_ENV_SITE = https://github.com/chrismellard/docker-credential-acr-env
|
||||
DOCKER_CREDENTIAL_ACR_ENV_SITE_METHOD = git
|
||||
|
||||
DOCKER_CREDENTIAL_ACR_ENV_LICENSE = Apache-2.0
|
||||
DOCKER_CREDENTIAL_ACR_ENV_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(golang-package))
|
||||
Reference in New Issue
Block a user