Amazon Linux 2 with amazon-efs-utils installed
50K+
DockerFile:
FROM scratch
ADD amzn2-container-raw-2.0.20190612-x86_64.tar.xz /
RUN yum install -y amazon-efs-utils
CMD ["/bin/bash"]
Download amazon container image from https://cdn.amazonlinux.com/os-images/2.0.20190612/container/ and place in the directory of the dockerfile.
Useful for AWS Batch for mounting EFS drives.
Content type
Image
Digest
Size
149.9 MB
Last updated
about 7 years ago
docker pull mlpaull/amazon-efs-utils