Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:1.25.8 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 AS builder
COPY --chown=1001:0 . .

ENV GOFLAGS=-buildvcs=false
Expand Down
6 changes: 3 additions & 3 deletions images/Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The image is for Prow CI steps to manage the ROSA cluster lifecycle and testing
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 as builder
WORKDIR /rosa
USER root
ENV GOBIN=/go/bin
Expand All @@ -13,13 +13,13 @@ RUN go test -c -o /go/bin/rosatest ./tests/e2e
RUN rosa verify openshift-client
RUN rosatest --ginkgo.no-color --ginkgo.label-filter "e2e-commit"

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

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

FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183
USER root
COPY --from=builder /go/bin/rosa* /usr/bin
COPY --from=builder /rosa/tests/ci/data /rosa/tests/ci/data
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782980183 AS builder
WORKDIR /rosa
USER root
COPY . .
Expand Down