Skip to content

Commit 652f4e7

Browse files
OCM-00000 | ci: revert ubi9 go-toolset tag bump (#3311)
Restore the go-toolset image tags changed in #3292. This returns the build and CI Dockerfiles to their pre-update state.
1 parent 8032cdb commit 652f4e7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782852234 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 AS builder
22
COPY --chown=1001:0 . .
33

44
ENV GOFLAGS=-buildvcs=false

images/Dockerfile.e2e

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The image is for Prow CI steps to manage the ROSA cluster lifecycle and testing
2-
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782852234 as builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 as builder
33
WORKDIR /rosa
44
USER root
55
ENV GOBIN=/go/bin
@@ -13,13 +13,13 @@ RUN go test -c -o /go/bin/rosatest ./tests/e2e
1313
RUN rosa verify openshift-client
1414
RUN rosatest --ginkgo.no-color --ginkgo.label-filter "e2e-commit"
1515

16-
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782852234 AS rosa-support
16+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 AS rosa-support
1717
WORKDIR /opt/app-root/src/rosa-support
1818
RUN go install github.com/openshift-online/rosa-support@latest
1919

2020
FROM registry.ci.openshift.org/ci/cli-ocm:latest as ocmcli
2121

22-
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782852234
22+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8
2323
USER root
2424
COPY --from=builder /go/bin/rosa* /usr/bin
2525
COPY --from=builder /rosa/tests/ci/data /rosa/tests/ci/data

images/Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782852234 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 AS builder
22
WORKDIR /rosa
33
USER root
44
COPY . .

0 commit comments

Comments
 (0)