Skip to content

Commit 2c27155

Browse files
authored
Update Dockerfile
Pin to 1.6.0 until 1.7.1 fix is released Ref: GoogleContainerTools/kaniko#1794
1 parent c349706 commit 2c27155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/bdwyertech/kaniko-gitlab/helper-utility
33
COPY helper-utility/ .
44
RUN CGO_ENABLED=0 GOFLAGS=-mod=vendor go build -ldflags="-s -w" -trimpath .
55

6-
FROM gcr.io/kaniko-project/executor:debug
6+
FROM gcr.io/kaniko-project/executor:v1.6.0-debug
77

88
COPY --from=helper /go/src/github.com/bdwyertech/kaniko-gitlab/helper-utility/helper-utility /kaniko/.
99

@@ -20,7 +20,7 @@ LABEL org.opencontainers.image.title="bdwyertech/kaniko-gitlab" \
2020
org.label-schema.name="bdwyertech/kaniko-gitlab" \
2121
org.label-schema.description="For running Kaniko within a GitLab CI Environment" \
2222
org.label-schema.url="https://hub.docker.com/r/bdwyertech/kaniko-gitlab" \
23-
org.label-schema.vcs-url="https://github.com/bdwyertech/docker-kaniko-gitlab.git"\
23+
org.label-schema.vcs-url="https://github.com/bdwyertech/docker-kaniko-gitlab.git" \
2424
org.label-schema.vcs-ref=$VCS_REF \
2525
org.label-schema.build-date=$BUILD_DATE
2626

0 commit comments

Comments
 (0)