We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558f17c commit aecbf72Copy full SHA for aecbf72
Dockerfile
@@ -11,7 +11,7 @@ COPY ./bin/powervs-csi-driver /bin/powervs-csi-driver
11
12
ENTRYPOINT ["/bin/powervs-csi-driver"]
13
14
-FROM --platform=linux/ppc64le registry.access.redhat.com/ubi8/ubi:8.3 AS rhel-base
+FROM --platform=linux/ppc64le registry.access.redhat.com/ubi8/ubi:8.5 AS rhel-base
15
RUN yum --disableplugin=subscription-manager -y install httpd php \
16
&& yum --disableplugin=subscription-manager clean all
17
RUN clean-install ca-certificates e2fsprogs mount udev util-linux xfsprogs
0 commit comments