File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ ADD . .
22
22
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/' ) make driver node-update-controller
23
23
24
24
# debian base image
25
- FROM registry.k8s.io/build-image/debian-base:v2.1 .3 AS debian-base
25
+ FROM registry.k8s.io/build-image/debian-base:bookworm-v1.0 .3 AS debian-base
26
26
RUN clean-install ca-certificates e2fsprogs mount udev util-linux xfsprogs bash multipath-tools sg3-utils
27
27
COPY --from=builder /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver/bin/* /
28
28
ENTRYPOINT ["/ibm-powervs-block-csi-driver" ]
29
29
30
30
# centos base image
31
- FROM --platform=$TARGETPLATFORM quay.io/centos/centos:stream8 AS centos-base
31
+ FROM --platform=$TARGETPLATFORM quay.io/centos/centos:stream9 AS centos-base
32
32
RUN yum install -y util-linux nfs-utils e2fsprogs xfsprogs ca-certificates device-mapper-multipath && yum clean all && rm -rf /var/cache/yum
33
33
COPY --from=builder /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver/bin/* /
34
34
ENTRYPOINT ["/ibm-powervs-block-csi-driver" ]
You can’t perform that action at this time.
0 commit comments