File tree Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 11defaultBaseImage : gcr.io/distroless/static:nonroot
22baseImageOverrides :
3- # git-init uses a base image that supports running either as root or as user nonroot with UID 65532.
3+ # git-init uses a base image that includes Git, and supports running either
4+ # as root or as user nonroot with UID 65532.
45 github.com/tektoncd/pipeline/cmd/git-init : gcr.io/tekton-nightly/github.com/tektoncd/pipeline/git-init-build-base:latest
5-
6- # PullRequest resource uses a distroless base image that supports running either as root or as user nonroot with UID 65532.
7- github.com/tektoncd/pipeline/cmd/pullrequest-init : gcr.io/tekton-nightly/github.com/tektoncd/pipeline/pullrequest-init-build-base:latest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7676 --no-cache \
7777 $(workspaces.source.path)/images/git-init
7878
79- #build multi-arch pullrequest-init build-base image
80- docker buildx build \
81- --platform "${PLATFORMS}" \
82- --tag ${IMAGE_REGISTRY}/${IMAGE_REGISTRY_PATH}/${PACKAGE}/pullrequest-init-build-base \
83- --push \
84- --no-cache \
85- $(workspaces.source.path)/images/pullrequest-init
86-
8779 volumeMounts :
8880 - mountPath : /certs/client
8981 name : dind-certs
Original file line number Diff line number Diff line change @@ -108,9 +108,8 @@ spec:
108108 $(params.package)/cmd/nop: ${COMBINED_BASE_IMAGE}
109109 $(params.package)/cmd/workingdirinit: ${COMBINED_BASE_IMAGE}
110110
111+ # This matches values configured in .ko.yaml
111112 $(params.package)/cmd/git-init: ${CONTAINER_REGISTRY}/$(params.package)/git-init-build-base:latest
112- # These match values configured in .ko.yaml
113- $(params.package)/cmd/pullrequest-init: ${CONTAINER_REGISTRY}/$(params.package)/pullrequest-init-build-base:latest
114113 EOF
115114
116115 cat ${PROJECT_ROOT}/.ko.yaml
You can’t perform that action at this time.
0 commit comments