File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/bdwyertech/kaniko-gitlab/helper-utility
33COPY helper-utility/ .
44RUN 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
88COPY --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
You can’t perform that action at this time.
0 commit comments