File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
22COPY --chown=1001:0 . .
33
44ENV GOFLAGS=-buildvcs=false
Original file line number Diff line number Diff line change 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
33WORKDIR /rosa
44USER root
55ENV GOBIN=/go/bin
@@ -13,13 +13,13 @@ RUN go test -c -o /go/bin/rosatest ./tests/e2e
1313RUN rosa verify openshift-client
1414RUN 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
1717WORKDIR /opt/app-root/src/rosa-support
1818RUN go install github.com/openshift-online/rosa-support@latest
1919
2020FROM 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
2323USER root
2424COPY --from=builder /go/bin/rosa* /usr/bin
2525COPY --from=builder /rosa/tests/ci/data /rosa/tests/ci/data
Original file line number Diff line number Diff line change 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
22WORKDIR /rosa
33USER root
44COPY . .
You can’t perform that action at this time.
0 commit comments