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 src/cloud-api-adaptor/Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ARG TARGETARCH
# curl -L -o iptables-wrapper-installer.sh "https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/${version#v*-*-}/iptables-wrapper-installer.sh" && \
# chmod 755 iptables-wrapper-installer.sh

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819 AS base-release
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782191395 AS base-release

USER root
RUN --mount=type=secret,id=org_id,required=false --mount=type=secret,id=activation_key,required=false if [[ -f /run/secrets/org_id && -f /run/secrets/activation_key ]]; then \
Expand Down
2 changes: 1 addition & 1 deletion src/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG TARGETARCH
ENV GOFLAGS="-tags=strictfipsruntime"
RUN CGO_ENABLED=1 GOOS=linux GOARCH=$TARGETARCH go build -mod=readonly -a -o manager main.go

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782191395
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down