Skip to content

Commit

Permalink
Remove tag+digest on shell-image 🍶
Browse files Browse the repository at this point in the history
Some runtime (cri-o) do not support tag+digest notation on image
reference. Removing this on shell-image to fix the `notags` release
yamls.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
(cherry picked from commit a6830f7)
  • Loading branch information
vdemeester authored and tekton-robot committed Jun 11, 2020
1 parent 5627024 commit 3a0cdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ spec:
# This is google/cloud-sdk:293.0.0-slim
"-gsutil-image", "google/cloud-sdk@sha256:37654ada9b7afbc32828b537030e85de672a9dd468ac5c92a36da1e203a98def",
# The shell image must be root in order to create directories and copy files to PVCs.
# As of May 19, 2020
"-shell-image", "gcr.io/distroless/base:debug@sha256:f79e093f9ba639c957ee857b1ad57ae5046c328998bf8f72b30081db4d8edbe4",
# gcr.io/distroless/base:debug as of May 19, 2020
"-shell-image", "gcr.io/distroless/base@sha256:f79e093f9ba639c957ee857b1ad57ae5046c328998bf8f72b30081db4d8edbe4",
]
volumeMounts:
- name: config-logging
Expand Down

0 comments on commit 3a0cdba

Please sign in to comment.