Skip to content

Commit a74385e

Browse files
authored
use base image v1.4.3 for CSI cinder (kubernetes#1994) (kubernetes#2127)
Signed-off-by: Sylvain Desbureaux <[email protected]>
1 parent e5a914a commit a74385e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/images/cinder-csi-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ARG DEBIAN_ARCH=amd64
1414
# We not using scratch because we need to keep the basic image information
1515
# from parent image
16-
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
16+
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.3
1717

1818
ARG ARCH=amd64
1919

cluster/images/cinder-csi-plugin/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DEBIAN_ARCH=amd64
2-
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
2+
FROM registry.k8s.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.3
33

44
ARG ARCH=amd64
55

0 commit comments

Comments
 (0)