From 5ecf512a5b78b04f81c3f9a5971b0663aa7be2da Mon Sep 17 00:00:00 2001 From: dibryant Date: Fri, 5 Sep 2025 11:14:51 -0400 Subject: [PATCH] add 2025b label on the dockerfile --- .tekton/multiarch-pull-request-pipeline.yaml | 7 +++++++ .tekton/multiarch-push-pipeline.yaml | 7 +++++++ .tekton/odh-base-image-cuda-py311-c9s-pull-request.yaml | 3 +++ .tekton/odh-base-image-cuda-py311-c9s-push.yaml | 3 +++ .tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml | 3 +++ .tekton/odh-base-image-cuda-py312-c9s-push.yaml | 3 +++ .tekton/odh-base-image-cuda-py312-ubi9-pull-request.yaml | 3 +++ .tekton/odh-base-image-cuda-py312-ubi9-push.yaml | 3 +++ .tekton/odh-base-image-rocm-py312-c9s-pull-request.yaml | 3 +++ .tekton/odh-base-image-rocm-py312-c9s-push.yaml | 3 +++ .tekton/odh-base-image-rocm-py312-ubi9-pull-request.yaml | 3 +++ .tekton/odh-base-image-rocm-py312-ubi9-push.yaml | 3 +++ ...ne-runtime-datascience-cpu-py312-ubi9-pull-request.yaml | 3 +++ ...peline-runtime-minimal-cpu-py312-ubi9-pull-request.yaml | 3 +++ ...eline-runtime-pytorch-cuda-py312-ubi9-pull-request.yaml | 3 +++ ...pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml | 3 +++ ...eline-runtime-pytorch-rocm-py312-ubi9-pull-request.yaml | 3 +++ ...ne-runtime-tensorflow-cuda-py312-ubi9-pull-request.yaml | 3 +++ ...ne-runtime-tensorflow-rocm-py312-ubi9-pull-request.yaml | 3 +++ ...codeserver-datascience-cpu-py312-ubi9-pull-request.yaml | 3 +++ ...ch-jupyter-datascience-cpu-py312-ubi9-pull-request.yaml | 3 +++ ...kbench-jupyter-minimal-cpu-py312-ubi9-pull-request.yaml | 3 +++ ...bench-jupyter-minimal-cuda-py312-ubi9-pull-request.yaml | 3 +++ ...bench-jupyter-minimal-rocm-py312-ubi9-pull-request.yaml | 3 +++ ...bench-jupyter-pytorch-cuda-py312-ubi9-pull-request.yaml | 3 +++ ...pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml | 3 +++ ...bench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml | 3 +++ ...ch-jupyter-tensorflow-cuda-py312-ubi9-pull-request.yaml | 3 +++ ...ch-jupyter-tensorflow-rocm-py312-ubi9-pull-request.yaml | 3 +++ ...bench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml | 3 +++ 30 files changed, 98 insertions(+) diff --git a/.tekton/multiarch-pull-request-pipeline.yaml b/.tekton/multiarch-pull-request-pipeline.yaml index 944fabebc0..60ca8506a2 100644 --- a/.tekton/multiarch-pull-request-pipeline.yaml +++ b/.tekton/multiarch-pull-request-pipeline.yaml @@ -99,6 +99,10 @@ spec: set of values is determined by the configuration of the multi-platform-controller. name: build-platforms type: array + - default: [] + description: Array of image labels to apply to the image (key=value strings) + name: image-labels + type: array results: - description: "" name: IMAGE_URL @@ -219,6 +223,9 @@ spec: value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) - name: IMAGE_APPEND_PLATFORM value: "true" + - name: IMAGE_LABELS + value: + - $(params.image-labels[*]) runAfter: - prefetch-dependencies taskRef: diff --git a/.tekton/multiarch-push-pipeline.yaml b/.tekton/multiarch-push-pipeline.yaml index 915c8d312b..d08558eb23 100644 --- a/.tekton/multiarch-push-pipeline.yaml +++ b/.tekton/multiarch-push-pipeline.yaml @@ -111,6 +111,10 @@ spec: description: Whether to enable privileged mode, should be used only with remote VMs name: privileged-nested type: string + - default: [] + description: Array of image labels to apply to the built image. + name: image-labels + type: array - default: - linux/x86_64 description: List of platforms to build the container images on. The available @@ -275,6 +279,9 @@ spec: value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) - name: IMAGE_APPEND_PLATFORM value: "true" + - name: IMAGE_LABELS + value: + - $(params.image-labels[*]) runAfter: - prefetch-dependencies taskRef: diff --git a/.tekton/odh-base-image-cuda-py311-c9s-pull-request.yaml b/.tekton/odh-base-image-cuda-py311-c9s-pull-request.yaml index 22a36343eb..3eaab22337 100644 --- a/.tekton/odh-base-image-cuda-py311-c9s-pull-request.yaml +++ b/.tekton/odh-base-image-cuda-py311-c9s-pull-request.yaml @@ -41,6 +41,9 @@ spec: value: base-images/cuda/12.6/c9s-python-3.11/Dockerfile.cuda - name: path-context value: . + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-cuda-py311-c9s-push.yaml b/.tekton/odh-base-image-cuda-py311-c9s-push.yaml index 92d9d57e45..9d9a9ac4b9 100644 --- a/.tekton/odh-base-image-cuda-py311-c9s-push.yaml +++ b/.tekton/odh-base-image-cuda-py311-c9s-push.yaml @@ -30,6 +30,9 @@ spec: value: - linux/x86_64 - linux/arm64 + - name: image-labels + value: + - release=2025b - name: path-context value: . - name: additional-tags diff --git a/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml b/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml index 5b7dbf0c2c..c4717e9752 100644 --- a/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml +++ b/.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml @@ -41,6 +41,9 @@ spec: value: base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda - name: path-context value: . + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-cuda-py312-c9s-push.yaml b/.tekton/odh-base-image-cuda-py312-c9s-push.yaml index c2db1384ac..89a8d28cd8 100644 --- a/.tekton/odh-base-image-cuda-py312-c9s-push.yaml +++ b/.tekton/odh-base-image-cuda-py312-c9s-push.yaml @@ -36,6 +36,9 @@ spec: value: - '{{target_branch}}-{{revision}}' - v12.6 + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-push-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-base-image-cuda-py312-ubi9-pull-request.yaml index 50228ff8c6..d8d707f806 100644 --- a/.tekton/odh-base-image-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-base-image-cuda-py312-ubi9-pull-request.yaml @@ -41,6 +41,9 @@ spec: value: base-images/cuda/12.6/ubi9-python-3.12/Dockerfile.cuda - name: path-context value: . + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-cuda-py312-ubi9-push.yaml b/.tekton/odh-base-image-cuda-py312-ubi9-push.yaml index a76c879626..a24fd38672 100644 --- a/.tekton/odh-base-image-cuda-py312-ubi9-push.yaml +++ b/.tekton/odh-base-image-cuda-py312-ubi9-push.yaml @@ -36,6 +36,9 @@ spec: value: - '{{target_branch}}-{{revision}}' - v12.6 + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-push-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-rocm-py312-c9s-pull-request.yaml b/.tekton/odh-base-image-rocm-py312-c9s-pull-request.yaml index 15499f1dc1..9eecb65c1b 100644 --- a/.tekton/odh-base-image-rocm-py312-c9s-pull-request.yaml +++ b/.tekton/odh-base-image-rocm-py312-c9s-pull-request.yaml @@ -40,6 +40,9 @@ spec: value: base-images/rocm/6.2/c9s-python-3.12/Dockerfile.rocm - name: path-context value: . + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-rocm-py312-c9s-push.yaml b/.tekton/odh-base-image-rocm-py312-c9s-push.yaml index fa7bda0323..373d629eb3 100644 --- a/.tekton/odh-base-image-rocm-py312-c9s-push.yaml +++ b/.tekton/odh-base-image-rocm-py312-c9s-push.yaml @@ -31,6 +31,9 @@ spec: value: - '{{target_branch}}-{{revision}}' - v6.2 + - name: image-labels + value: + - release=2025b pipelineRef: name: singlearch-push-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-rocm-py312-ubi9-pull-request.yaml b/.tekton/odh-base-image-rocm-py312-ubi9-pull-request.yaml index 838171c183..e409b4f010 100644 --- a/.tekton/odh-base-image-rocm-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-base-image-rocm-py312-ubi9-pull-request.yaml @@ -40,6 +40,9 @@ spec: value: base-images/rocm/6.2/ubi9-python-3.12/Dockerfile.rocm - name: path-context value: . + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-base-image-rocm-py312-ubi9-push.yaml b/.tekton/odh-base-image-rocm-py312-ubi9-push.yaml index bbc00f588e..dc7a5418ae 100644 --- a/.tekton/odh-base-image-rocm-py312-ubi9-push.yaml +++ b/.tekton/odh-base-image-rocm-py312-ubi9-push.yaml @@ -32,6 +32,9 @@ spec: value: - '{{target_branch}}-{{revision}}' - v6.2 + - name: image-labels + value: + - release=2025b pipelineRef: name: singlearch-push-pipeline taskRunTemplate: diff --git a/.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-pull-request.yaml b/.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-pull-request.yaml index d80f13a7ee..4fd2070b4f 100644 --- a/.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-pull-request.yaml @@ -44,6 +44,9 @@ spec: value: . - name: build-args-file value: runtimes/datascience/ubi9-python-3.12/build-args/cpu.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-pull-request.yaml b/.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-pull-request.yaml index eb99f360f9..eb623488cb 100644 --- a/.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-pull-request.yaml @@ -45,6 +45,9 @@ spec: value: . - name: build-args-file value: runtimes/minimal/ubi9-python-3.12/build-args/cpu.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-pull-request.yaml index 969cb5fcf9..9dc15f8203 100644 --- a/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: runtimes/pytorch/ubi9-python-3.12/build-args/cuda.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml index e1bbf722b2..cc74da549c 100644 --- a/.tekton/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: runtimes/pytorch+llmcompressor/ubi9-python-3.12/build-args/cuda.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-pull-request.yaml b/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-pull-request.yaml index af8f99ea9f..21402df5f6 100644 --- a/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: runtimes/rocm-pytorch/ubi9-python-3.12/build-args/rocm.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-pull-request.yaml index bac94bb45b..f18fa30259 100644 --- a/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: runtimes/tensorflow/ubi9-python-3.12/build-args/cuda.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-pull-request.yaml b/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-pull-request.yaml index 464038ff3f..61a85cd185 100644 --- a/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: runtimes/rocm-tensorflow/ubi9-python-3.12/build-args/rocm.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-pull-request.yaml index d8783bb429..5a2ea27d5f 100644 --- a/.tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-pull-request.yaml @@ -43,6 +43,9 @@ spec: value: . - name: build-args-file value: codeserver/ubi9-python-3.12/build-args/cpu.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-pull-request.yaml index 5bab564db9..422eaaa828 100644 --- a/.tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-datascience-cpu-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/datascience/ubi9-python-3.12/build-args/cpu.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-pull-request.yaml index 06532aebe7..a4c8d3f632 100644 --- a/.tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-minimal-cpu-py312-ubi9-pull-request.yaml @@ -43,6 +43,9 @@ spec: value: . - name: build-args-file value: jupyter/minimal/ubi9-python-3.12/build-args/cpu.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-pull-request.yaml index 33744914fb..e623c90073 100644 --- a/.tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-minimal-cuda-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/minimal/ubi9-python-3.12/build-args/cuda.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-pull-request.yaml index 846b6f1ff8..9241f3f44b 100644 --- a/.tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-minimal-rocm-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/minimal/ubi9-python-3.12/build-args/rocm.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-pull-request.yaml index d4b2c0b249..db28799bb2 100644 --- a/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-pytorch-cuda-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/pytorch/ubi9-python-3.12/build-args/cuda.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml index ae2af40f36..4a9f26176c 100644 --- a/.tekton/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/pytorch+llmcompressor/ubi9-python-3.12/build-args/cuda.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml index 9339bb1572..9688aa6353 100644 --- a/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-pytorch-rocm-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/rocm/pytorch/ubi9-python-3.12/build-args/rocm.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-pull-request.yaml index 07e9989026..3472ffeda1 100644 --- a/.tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/tensorflow/ubi9-python-3.12/build-args/cuda.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-pull-request.yaml index 8639e39e36..47458a9fdb 100644 --- a/.tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-tensorflow-rocm-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/rocm/tensorflow/ubi9-python-3.12/build-args/rocm.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: diff --git a/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml b/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml index 2ada4cafd1..6002b308e2 100644 --- a/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml +++ b/.tekton/odh-workbench-jupyter-trustyai-cpu-py312-ubi9-pull-request.yaml @@ -42,6 +42,9 @@ spec: value: . - name: build-args-file value: jupyter/trustyai/ubi9-python-3.12/build-args/cpu.conf + - name: image-labels + value: + - release=2025b pipelineRef: name: multiarch-pull-request-pipeline taskRunTemplate: