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 Containerfile.cert-manager
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1787774815 AS builder

ARG SOURCE_DIR="/go/src/github.com/openshift/jetstack-cert-manager"
WORKDIR $SOURCE_DIR
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.cert-manager-istio-csr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1787774815 AS builder

ARG SOURCE_DIR="/go/src/github.com/openshift/cert-manager-istio-csr"
WORKDIR $SOURCE_DIR
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.cert-manager-operator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1787774815 AS builder

ARG SOURCE_DIR="/go/src/github.com/openshift/cert-manager-operator"
ARG COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.cert-manager-operator.bundle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1787774815 AS builder

WORKDIR /
# rhel9/go-toolset runs as a non-root user by default; switch to root in this
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.cert-manager-trust-manager
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1787774815 AS builder

ARG SOURCE_DIR="/go/src/github.com/openshift/cert-manager-trust-manager"
WORKDIR $SOURCE_DIR
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.cert-manager.acmesolver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1787774815 AS builder

ARG SOURCE_DIR="/go/src/github.com/openshift/jetstack-cert-manager"
WORKDIR $SOURCE_DIR
Expand Down