Sign inSign up

sigmaprime/awscli

By sigmaprime

•Updated over 3 years ago

Image
0

328

sigmaprime/awscli repository overview

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 .

Tag summary

Content type

Image

Digest

sha256:e8a13b042…

Size

67.7 MB

Last updated

almost 4 years ago

docker pull sigmaprime/awscli