Skip to content

Commit 880f37e

Browse files
authored
update toolchain image (kubeflow#1071)
update pkg, utilities, commands to newer version, including: - base image ubuntu:20.04 - kubectl 1.25.3 - ibmcloud - node 18.6 - go v1.19.2 Signed-off-by: Yihong Wang <[email protected]> Signed-off-by: Yihong Wang <[email protected]>
1 parent a517d08 commit 880f37e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.tekton/task.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
mountPath: /artifacts
3636
steps:
3737
- name: run-go-unittests
38-
image: docker.io/aipipeline/pipeline-base-image:1.4
38+
image: docker.io/aipipeline/pipeline-base-image:1.5
3939
env:
4040
- name: DOCKER_USERNAME
4141
value: $(params.docker-username)
@@ -104,7 +104,7 @@ spec:
104104
mountPath: /artifacts
105105
steps:
106106
- name: build-image
107-
image: docker.io/aipipeline/pipeline-base-image:1.4
107+
image: docker.io/aipipeline/pipeline-base-image:1.5
108108
env:
109109
- name: DOCKER_USERNAME
110110
value: $(params.docker-username)
@@ -170,7 +170,7 @@ spec:
170170
mountPath: /artifacts
171171
steps:
172172
- name: build-image
173-
image: docker.io/aipipeline/pipeline-base-image:1.4
173+
image: docker.io/aipipeline/pipeline-base-image:1.5
174174
env:
175175
- name: DOCKER_USERNAME
176176
value: $(params.docker-username)
@@ -240,7 +240,7 @@ spec:
240240
mountPath: /artifacts
241241
steps:
242242
- name: build-image
243-
image: docker.io/aipipeline/pipeline-base-image:1.4
243+
image: docker.io/aipipeline/pipeline-base-image:1.5
244244
env:
245245
- name: DOCKER_USERNAME
246246
value: $(params.docker-username)
@@ -350,7 +350,7 @@ spec:
350350
mountPath: /artifacts
351351
steps:
352352
- name: deploy-kfp-tekton
353-
image: docker.io/aipipeline/pipeline-base-image:1.4
353+
image: docker.io/aipipeline/pipeline-base-image:1.5
354354
env:
355355
- name: DOCKER_USERNAME
356356
value: $(params.docker-username)
@@ -400,7 +400,7 @@ spec:
400400
mountPath: /artifacts
401401
steps:
402402
- name: run-test
403-
image: docker.io/aipipeline/pipeline-base-image:1.4
403+
image: docker.io/aipipeline/pipeline-base-image:1.5
404404
env:
405405
- name: IBM_CLOUD_API_KEY
406406
value: $(params.apikey)
@@ -472,7 +472,7 @@ spec:
472472
mountPath: /artifacts
473473
steps:
474474
- name: publish-images-to-dockerhub
475-
image: docker.io/aipipeline/pipeline-base-image:1.4
475+
image: docker.io/aipipeline/pipeline-base-image:1.5
476476
env:
477477
- name: IBM_CLOUD_API_KEY
478478
value: $(params.apikey)
@@ -577,7 +577,7 @@ spec:
577577
mountPath: /artifacts
578578
steps:
579579
- name: undeploy-kfp-tekton
580-
image: docker.io/aipipeline/pipeline-base-image:1.4
580+
image: docker.io/aipipeline/pipeline-base-image:1.5
581581
env:
582582
- name: PIPELINE_KUBERNETES_CLUSTER_NAME
583583
value: $(params.kubernetes-cluster)
@@ -607,7 +607,7 @@ spec:
607607
mountPath: /artifacts
608608
steps:
609609
- name: build-binaries
610-
image: docker.io/aipipeline/pipeline-base-image:1.4
610+
image: docker.io/aipipeline/pipeline-base-image:1.5
611611
env:
612612
- name: BUILD_DIR
613613
value: $(params.build-dir)
@@ -629,7 +629,7 @@ spec:
629629
mountPath: /artifacts
630630
steps:
631631
- name: setup-deploy
632-
image: docker.io/aipipeline/pipeline-base-image:1.4
632+
image: docker.io/aipipeline/pipeline-base-image:1.5
633633
command:
634634
- /bin/bash
635635
- '-c'
@@ -651,7 +651,7 @@ spec:
651651
mountPath: /artifacts
652652
steps:
653653
- name: setup-deploy
654-
image: docker.io/aipipeline/pipeline-base-image:1.4
654+
image: docker.io/aipipeline/pipeline-base-image:1.5
655655
command:
656656
- /bin/bash
657657
- '-c'
@@ -694,7 +694,7 @@ spec:
694694
mountPath: /artifacts
695695
steps:
696696
- name: iks-script
697-
image: docker.io/aipipeline/pipeline-base-image:1.4
697+
image: docker.io/aipipeline/pipeline-base-image:1.5
698698
env:
699699
- name: IBM_CLOUD_API_KEY
700700
value: $(params.apikey)

0 commit comments

Comments
 (0)