atlassian/pipelines-awscli

Verified Publisher

By Atlassian

Updated almost 3 years ago

Bitbucket Pipelines AWS cli docker image

Image
22

10M+

atlassian/pipelines-awscli repository overview

Overview

This image is deprecated in favour of amazon/aws-cli.

Dockerfile

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"]

Tag summary

Content type

Image

Digest

sha256:38e0a135b

Size

48.4 MB

Last updated

almost 3 years ago

docker pull atlassian/pipelines-awscli:1.29.35

This week's pulls

Pulls:

2,489

Last week