Skip to content

Commit 98b9a89

Browse files
authored
use newer base image for CSI cinder (kubernetes#1994) (kubernetes#2057)
Signed-off-by: Sylvain Desbureaux <[email protected]> Signed-off-by: Sylvain Desbureaux <[email protected]>
1 parent d27c13a commit 98b9a89

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 k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3
16+
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
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 k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3
2+
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
33

44
ARG ARCH=amd64
55

0 commit comments

Comments
 (0)