Skip to content

Commit

Permalink
drop git-init from the list of published images
Browse files Browse the repository at this point in the history
The recent release creation failed with:

Expected images did not match: Images ['gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.46.0'] were expected but missing.

We no longer create git-init image in a seperate commit -
81876e6

Updating the image publish task to not publish git-init image.

Signed-off-by: pritidesai <pdesai@us.ibm.com>
  • Loading branch information
pritidesai authored and tekton-robot committed Mar 16, 2023
1 parent 70a2d71 commit 1d2e259
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
default: github.com/tektoncd/pipeline
- name: images
description: List of cmd/* paths to be published as images
default: "controller webhook entrypoint nop git-init workingdirinit resolvers sidecarlogresults"
default: "controller webhook entrypoint nop workingdirinit resolvers sidecarlogresults"
- name: versionTag
description: The vX.Y.Z version that the artifacts should be tagged with (including `v`)
- name: imageRegistry
Expand Down Expand Up @@ -109,9 +109,6 @@ spec:
$(params.package)/cmd/entrypoint: ${COMBINED_BASE_IMAGE}
$(params.package)/cmd/nop: ${COMBINED_BASE_IMAGE}
$(params.package)/cmd/workingdirinit: ${COMBINED_BASE_IMAGE}
# This matches values configured in .ko.yaml
$(params.package)/cmd/git-init: cgr.dev/chainguard/git
EOF
cat /workspace/.ko.yaml
Expand Down

0 comments on commit 1d2e259

Please sign in to comment.