Skip to content

Commit 38ff416

Browse files
committed
update base images
Signed-off-by: Ariel Kass <[email protected]>
1 parent 86fc1ce commit 38ff416

4 files changed

+6
-6
lines changed

Dockerfile-controllers.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ COPY controllers/tests/requirements.txt ./requirements-tests.txt
3939
RUN pip3 install -r ./requirements-tests.txt
4040

4141

42-
FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684
42+
FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048
4343

4444
COPY --from=builder /opt/app-root /opt/app-root
4545
COPY ./common /driver/common

Dockerfile-csi-controller

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684 AS builder
15+
FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048 AS builder
1616

1717
USER root
1818
RUN if [[ "$(uname -m)" != "x86"* ]]; then yum install -y rust-toolset; fi
@@ -32,7 +32,7 @@ RUN chmod +x csi_pb2.sh
3232
RUN ./csi_pb2.sh
3333
RUN pip3 install .
3434

35-
FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684
35+
FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048
3636
MAINTAINER IBM Storage
3737

3838
ARG VERSION=1.12.3

Dockerfile-csi-host-definer

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684 AS builder
1+
FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048 AS builder
22

33
USER root
44
RUN yum update -y
@@ -18,7 +18,7 @@ RUN chmod +x csi_pb2.sh
1818
RUN ./csi_pb2.sh
1919
RUN pip3 install .
2020

21-
FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684
21+
FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048
2222

2323
ARG VERSION=1.12.3
2424
ARG BUILD_NUMBER=0

Dockerfile-csi-node

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY . .
2727
RUN make ibm-block-csi-driver
2828

2929
# Final stage
30-
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
30+
FROM registry.access.redhat.com/ubi9-minimal:9.5-1742914212
3131
MAINTAINER IBM Storage
3232

3333
ARG VERSION=1.12.3

0 commit comments

Comments
 (0)