Ubuntu, some utilities, and AWS v2.
No CMD nor ENTRYPOINT is used, making it useful for running ad-hoc commands that uses AWS in addition to other commands.
FROM ubuntu:18.04
LABEL maintainer="Chipper CI"
WORKDIR /opt
RUN apt-get update \
&& apt-get install -y zip unzip curl vim
RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip \
&& unzip awscliv2.zip \
&& ./aws/install
Content type
Image
Digest
Size
160.5 MB
Last updated
about 6 years ago
docker pull fideloper/aws