File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,7 @@ RUN ln -fs /bin/rm /usr/sbin/rm \
36
36
&& clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs
37
37
COPY --from=mad-hack /lib/udev/scsi_id /lib/udev_containerized/scsi_id
38
38
39
+ # The CIS benchmark does not like having the backup passwd file accessible.
40
+ RUN rm -f /etc/passwd-
41
+
39
42
ENTRYPOINT ["/gce-pd-csi-driver" ]
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
15
15
readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
16
16
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
17
17
readonly gke_cluster_version=${GKE_CLUSTER_VERSION:- latest}
18
- readonly kube_version=${GCE_PD_KUBE_VERSION:- master}
19
- readonly test_version=${TEST_VERSION:- master}
18
+ # The release-1.3 branch is only meant to be used up to cluster version 1.21.
19
+ readonly kube_version=${GCE_PD_KUBE_VERSION:- 1.21.14}
20
+ readonly test_version=${TEST_VERSION:- 1.21.14}
20
21
readonly gce_zone=${GCE_CLUSTER_ZONE:- us-central1-b}
21
22
readonly gce_region=${GCE_CLUSTER_REGION:- }
22
23
readonly image_type=${IMAGE_TYPE:- cos}
You can’t perform that action at this time.
0 commit comments