Skip to content
Draft
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1779891713 AS build-stage0
FROM registry.access.redhat.com/ubi8/ubi:8.10-1781720109 AS build-stage0

ARG OC_VERSION="stable-4.15"
ENV OC_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OC_VERSION}"
Expand Down Expand Up @@ -146,7 +146,7 @@ RUN chmod +x /out/osdctl
# Make binaries executable
RUN chmod -R +x /out

FROM registry.access.redhat.com/ubi8/ubi:8.10-1779891713
FROM registry.access.redhat.com/ubi8/ubi:8.10-1781720109
RUN yum -y install \
python3.11 python3.11-pip jq openssh-clients sshpass \
&& yum clean all
Expand Down