Skip to content

Commit 2a6a25c

Browse files
OCM-00000 | ci: Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.26.4-1782717933
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2d8810a commit 2a6a25c

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.25.8 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782717933 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.25.8 as builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782717933 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.25.8 AS rosa-support
16+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782717933 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.25.8
22+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782717933
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.25.8 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782717933 AS builder
22
WORKDIR /rosa
33
USER root
44
COPY . .

0 commit comments

Comments
 (0)