Skip to content

Commit 4640e64

Browse files
authored
Merge pull request #346 from thaJeztah/update_creds_helper_branch
credentials-helper: update master -> main branch
2 parents adaa009 + d7aa478 commit 4640e64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ target "_pkg-credential-helpers" {
558558
args = {
559559
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-credential-helpers"
560560
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/docker-credential-helpers.git"
561-
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "master"
562-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.5" # https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile
561+
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
562+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.5" # https://github.com/docker/docker-credential-helpers/blob/main/Dockerfile
563563
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
564564
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
565565
PKG_REMOTE_DOCKERFILE = "Dockerfile"

pkg/credential-helpers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG DISTRO_IMAGE="debian:bookworm"
2727

2828
ARG PKG_NAME="docker-credential-helpers"
2929
ARG PKG_REPO="https://github.com/docker/docker-credential-helpers.git"
30-
ARG PKG_REF="master"
30+
ARG PKG_REF="main"
3131

3232
ARG GO_IMAGE="golang"
3333
ARG GO_VERSION="1.25.5"

0 commit comments

Comments
 (0)