Skip to content

Commit

Permalink
update all docker image to latest
Browse files Browse the repository at this point in the history
latest go-toolset and 311 python

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed May 11, 2023
1 parent a9bbc42 commit a3f51ad
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .tekton/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
workspaces:
- name: source
steps:
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
env:
- name: GOCACHE
value: $(workspaces.source.path)/go-build-cache/cache
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
steps:
- name: save-cache
# Has everything we need in there and we already fetched it!
image: registry.access.redhat.com/ubi9/python-39
image: registry.access.redhat.com/ubi9/python-311
workingDir: $(workspaces.source.path)
env:
- name: UPLOADER_UPLOAD_CREDENTIALS
Expand Down
8 changes: 4 additions & 4 deletions .tekton/generate-coverage-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
workspaces:
- name: source
steps:
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
name: get-cache
workingDir: $(workspaces.source.path)
env:
Expand All @@ -64,7 +64,7 @@ spec:
curl http://uploader:8080/golang-cache.tar.gz|tar -z -x -f- || \
curl -X DELETE -F "file=golang-cache.tar.gz" http://uploader:8080/upload
- name: unittest
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
workingDir: $(workspaces.source.path)
env:
- name: GOCACHE
Expand All @@ -87,7 +87,7 @@ spec:
steps:
- name: codecov-run
# Has everything we need in there and we already fetched it!
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
workingDir: $(workspaces.source.path)
env:
- name: CODECOV_TOKEN
Expand All @@ -104,7 +104,7 @@ spec:
- fetch
taskSpec:
steps:
- image: registry.access.redhat.com/ubi9/python-39
- image: registry.access.redhat.com/ubi9/python-311
name: release
workingDir: $(workspaces.source.path)
env:
Expand Down
8 changes: 4 additions & 4 deletions .tekton/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
workspaces:
- name: source
steps:
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
- image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
env:
- name: GOCACHE
value: $(workspaces.source.path)/go-build-cache/cache
Expand Down Expand Up @@ -71,7 +71,7 @@ spec:
- name: unittest
# we get bumped out when usingh the official image with docker.io
# ratelimit so workaround this.
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
env:
- name: GOCACHE
value: $(workspaces.source.path)/go-build-cache/cache
Expand All @@ -87,7 +87,7 @@ spec:
- name: coverage
# we get bumped out when usingh the official image with docker.io
# ratelimit so workaround this.
image: registry.access.redhat.com/ubi9/go-toolset@sha256:2e3a44c27dbdd5f9a6d859ac9dabdbbf54dc26bc43f9293778a934e210fdcf5d
image: registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261
env:
- name: GOCACHE
value: $(workspaces.source.path)/go-build-cache/cache
Expand Down Expand Up @@ -145,7 +145,7 @@ spec:
steps:
- name: save-cache
# Has everything we need in there and we already fetched it!
image: registry.access.redhat.com/ubi9/python-39
image: registry.access.redhat.com/ubi9/python-311
workingDir: $(workspaces.source.path)
env:
- name: UPLOADER_UPLOAD_CREDENTIALS
Expand Down
2 changes: 1 addition & 1 deletion .tekton/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: source
steps:
- name: gen-yaml
image: registry.access.redhat.com/ubi9/python-39
image: registry.access.redhat.com/ubi9/python-311
workingDir: $(workspaces.source.path)
script: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: source
steps:
- name: push-release-to-branch
image: registry.access.redhat.com/ubi9/python-39
image: registry.access.redhat.com/ubi9/python-311
workingDir: $(workspaces.source.path)
env:
- name: HUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:9e60bacd07dc4b5f3f559167e6e9a1acd8235d043f0ffc591a2ecc3805446c74 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:a2bdd33c7fc0cda56eb3745e80820c1ee29efeaac720f7c52a59224a39003261 AS builder

ARG BINARY_NAME=pipelines-as-code-controller
COPY . /src
Expand Down

0 comments on commit a3f51ad

Please sign in to comment.