Skip to content

Commit 3a0c99d

Browse files
Update Tekton output-image tags to version odh-v3.2 (#37)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33a8d3d commit 3a0c99d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.tekton/mlserver-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "release/1.7.x"
11+
== "release-1.7.x"
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: opendatahub-release
@@ -31,6 +31,8 @@ spec:
3131
- name: build-args
3232
value:
3333
- RUNTIMES=lightgbm sklearn xgboost
34+
- BUILDER_BASE_IMAGE=python:3.12-slim
35+
- RUNTIME_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
3436
pipelineSpec:
3537
description: |
3638
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)