File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.redhat.io/ubi9/go-toolset@sha256:d637b9dfccb16623f19b95c43fe5a65b20b722e62753c4445c5d02f9e40b807d AS deps
2+ FROM registry.redhat.io/ubi9/go-toolset:1.25 AS deps
33# distro: UBI go-toolset does not add GOPATH/bin to PATH
44ENV PATH="$PATH:/opt/app-root/src/go/bin"
55
@@ -36,7 +36,7 @@ COPY pkg/ pkg/
3636COPY LICENSE LICENSE
3737
3838# Copy the controller-manager into a thin image
39- FROM registry.redhat.io/ubi9/ubi-minimal@sha256:175bafd5bc7893540ed6234bb979acfe3574fd6570e6762bbc527c757f854cea
39+ FROM registry.redhat.io/ubi9/ubi-minimal:latest
4040
4141RUN microdnf install -y --disablerepo=* --enablerepo=ubi-9-baseos-rpms shadow-utils && \
4242 microdnf clean all && \
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.redhat.io/ubi9/go-toolset@sha256:d637b9dfccb16623f19b95c43fe5a65b20b722e62753c4445c5d02f9e40b807d AS deps
2+ FROM registry.redhat.io/ubi9/go-toolset:1.25 AS deps
33# distro: UBI go-toolset does not add GOPATH/bin to PATH
44ENV PATH="$PATH:/opt/app-root/src/go/bin"
55
@@ -35,7 +35,7 @@ COPY pkg/ pkg/
3535COPY LICENSE LICENSE
3636
3737# Copy the controller-manager into a thin image
38- FROM registry.redhat.io/ubi9/ubi-minimal@sha256:175bafd5bc7893540ed6234bb979acfe3574fd6570e6762bbc527c757f854cea
38+ FROM registry.redhat.io/ubi9/ubi-minimal:latest
3939
4040RUN microdnf install -y --disablerepo=* --enablerepo=ubi-9-baseos-rpms shadow-utils && \
4141 microdnf clean all && \
You can’t perform that action at this time.
0 commit comments