Skip to content

Commit

Permalink
Fix ubi 8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Nov 29, 2024
1 parent 2f70e5b commit d8cbf71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728
workingDir: /var/workdir/source
script: set -xe && dnf install -y go make && make test
volumes:
Expand Down Expand Up @@ -299,7 +299,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728
workingDir: /var/workdir/source
env:
- name: MINIKUBE_HOST
Expand Down
4 changes: 2 additions & 2 deletions .tekton/clowder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728
workingDir: /var/workdir/source
script: set -xe && dnf install -y go make && make test
volumes:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728
workingDir: /var/workdir/source
env:
- name: MINIKUBE_HOST
Expand Down

0 comments on commit d8cbf71

Please sign in to comment.