We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a49f1 commit 7511324Copy full SHA for 7511324
Dockerfile
@@ -18,12 +18,13 @@ COPY . .
18
RUN make
19
20
FROM amazonlinux:2 AS amazonlinux
21
+RUN yum update -y
22
RUN yum install ca-certificates e2fsprogs xfsprogs util-linux -y
23
COPY --from=builder /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver/bin/aws-ebs-csi-driver /bin/aws-ebs-csi-driver
24
25
ENTRYPOINT ["/bin/aws-ebs-csi-driver"]
26
-FROM k8s.gcr.io/build-image/debian-base:v2.1.3 AS debian-base
27
+FROM k8s.gcr.io/build-image/debian-base:buster-v1.8.0 AS debian-base
28
RUN clean-install ca-certificates e2fsprogs mount udev util-linux xfsprogs
29
30
0 commit comments