Bitbucket Pipelines AWS cli docker image
10M+
This image is deprecated in favour of amazon/aws-cli.
FROM alpine:3.16
LABEL maintainer="Bitbucket Pipelines <[email protected]>"
ARG VERSION
ENV AWS_CLI_VERSION=$VERSION
RUN apk --update --no-cache add \
python3 \
py-pip \
jq \
bash \
git \
groff \
less \
mailcap \
bash \
&& python3 -m pip install --no-cache-dir awscli==$AWS_CLI_VERSION \
&& rm -rf /var/cache/apk/* /root/.cache/pip/*
WORKDIR /root
VOLUME /root/.aws
ENTRYPOINT [ "aws" ]
CMD ["--version"]
Content type
Image
Digest
sha256:38e0a135b…
Size
48.4 MB
Last updated
almost 3 years ago
docker pull atlassian/pipelines-awscli:1.29.35Pulls:
2,489
Last week