Skip to content

Commit e5a18d2

Browse files
update csi driver base image to al2023
1 parent d71a6b9 commit e5a18d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-agent/daemonimages/csidriver/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ADD . /go/src/
2020
RUN make bin/ebs-csi-driver
2121

2222
# use minimal eks base for csi driver image to add required mount utils
23-
FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-csi-ebs:latest-al2
23+
FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-csi-ebs:latest-al2023
2424

2525
MAINTAINER Amazon Web Services, Inc.
2626
COPY --from=build /go/src/bin/ebs-csi-driver /bin/ebs-csi-driver

0 commit comments

Comments
 (0)