Skip to content
Open
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:9.8-1780900431 AS base-release
FROM registry.access.redhat.com/ubi9/ubi:9.8-1782121068 AS base-release

USER root
# Uncomment the following lines to enable subscription
Expand Down