From 311ddd38fb62860733a4514c252ed2490e34ba26 Mon Sep 17 00:00:00 2001 From: Olivier Cazade Date: Fri, 26 Jul 2024 18:43:48 +0000 Subject: [PATCH] Remove base image param in konflux config --- .tekton/flowlogs-pipeline-pull-request.yaml | 6 +----- .tekton/flowlogs-pipeline-push.yaml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.tekton/flowlogs-pipeline-pull-request.yaml b/.tekton/flowlogs-pipeline-pull-request.yaml index c87eaad11..c022b556b 100644 --- a/.tekton/flowlogs-pipeline-pull-request.yaml +++ b/.tekton/flowlogs-pipeline-pull-request.yaml @@ -110,7 +110,7 @@ spec: description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: "true" description: Build a source image. name: build-source-image type: string @@ -254,8 +254,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: @@ -281,8 +279,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/flowlogs-pipeline-push.yaml b/.tekton/flowlogs-pipeline-push.yaml index d16b70afb..bc15d8cdc 100644 --- a/.tekton/flowlogs-pipeline-push.yaml +++ b/.tekton/flowlogs-pipeline-push.yaml @@ -107,7 +107,7 @@ spec: description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: "true" description: Build a source image. name: build-source-image type: string @@ -251,8 +251,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: @@ -278,8 +276,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