From 11608ff22239a16bc68ad2672b54eab9d3cf8519 Mon Sep 17 00:00:00 2001 From: Yftach Herzog Date: Sun, 21 Jul 2024 11:31:57 +0300 Subject: [PATCH] chore: remove mentions of BASE_IMAGES_DIGESTS Followed the migration steps to v0.2 of task buildah in https://github.com/konflux-ci/build-definitions Signed-off-by: Yftach Herzog --- .tekton/tools-pull-request.yaml | 4 ---- .tekton/tools-push.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.tekton/tools-pull-request.yaml b/.tekton/tools-pull-request.yaml index d3b5b87..7d9c40f 100644 --- a/.tekton/tools-pull-request.yaml +++ b/.tekton/tools-pull-request.yaml @@ -246,8 +246,6 @@ spec: params: - name: BINARY_IMAGE value: $(params.output-image) - - name: BASE_IMAGES - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) runAfter: - build-container taskRef: @@ -273,8 +271,6 @@ spec: workspace: workspace - name: deprecated-base-image-check params: - - name: BASE_IMAGES_DIGESTS - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) - name: IMAGE_URL value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST diff --git a/.tekton/tools-push.yaml b/.tekton/tools-push.yaml index 10b449d..e83b4b3 100644 --- a/.tekton/tools-push.yaml +++ b/.tekton/tools-push.yaml @@ -243,8 +243,6 @@ spec: params: - name: BINARY_IMAGE value: $(params.output-image) - - name: BASE_IMAGES - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) runAfter: - build-container taskRef: @@ -270,8 +268,6 @@ spec: workspace: workspace - name: deprecated-base-image-check params: - - name: BASE_IMAGES_DIGESTS - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) - name: IMAGE_URL value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST