Dockerfile:
(borrowed from https://github.com/xueshanf/docker-awscli.git)
FROM alpine:3.16
RUN apk --no-cache add \
bash \
curl \
less \
groff \
jq \
git \
python3 \
py3-pip \
py-pip && \
pip install --upgrade pip awscli s3cmd && \
mkdir /root/.aws
Building:
docker buildx build --platform=linux/amd64,linux/arm64 -t sigmaprime/awscli .
Content type
Image
Digest
sha256:e8a13b042…
Size
67.7 MB
Last updated
almost 4 years ago
docker pull sigmaprime/awscli