Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5…
Browse files Browse the repository at this point in the history
…-1739420147 (#64)

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Feb 14, 2025
1 parent f6f718c commit d3589d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775 AS builder
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147 AS builder
ARG TARGETARCH
USER root
RUN microdnf install -y tar gzip make which go-toolset
Expand All @@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/g
go mod tidy && \
GOEXPERIMENT=strictfipsruntime,boringcrypto GOOS=linux GOARCH=${TARGETARCH} go build -tags=fips_enabled -o /usr/local/bin/spicedb-operator ./cmd/...

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147

# installs RHEL fork of go to be able to validate with go tools for FIPS - likely not needed long term
RUN microdnf install -y go-toolset
Expand Down

0 comments on commit d3589d1

Please sign in to comment.