[bitnami/aws-cli] Release 2.7.25-debian-11-r0 (#3698)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
fdca50a790
commit
8621a7dc78
|
|
@ -6,11 +6,11 @@ ENV HOME="/" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.7.24-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="2.7.25-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/aws-cli" \
|
||||
org.opencontainers.image.title="aws-cli" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.24"
|
||||
org.opencontainers.image.version="2.7.25"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
@ -20,15 +20,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "84dc1804c30767dba8197459b7d20b77279f80ee52fdfd126487d179d124346f /tmp/bitnami/pkg/cache/python-3.9.13-164-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.13-164-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.13-164-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-2.7.24-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "a4f162f451fe5b2c7fb1f82e217c3e36fddd0b635068d7557dff734991f55107 /tmp/bitnami/pkg/cache/aws-cli-2.7.24-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-2.7.24-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-2.7.24-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-2.7.25-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "56707714d54541d64b6b0d84632b70db7fe19b7f078fd77d3ea875ae5b24bd05 /tmp/bitnami/pkg/cache/aws-cli-2.7.25-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-2.7.25-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-2.7.25-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="2.7.24" \
|
||||
ENV APP_VERSION="2.7.25" \
|
||||
AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \
|
||||
BITNAMI_APP_NAME="aws-cli" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"aws-cli": {
|
||||
"arch": "amd64",
|
||||
"digest": "a4f162f451fe5b2c7fb1f82e217c3e36fddd0b635068d7557dff734991f55107",
|
||||
"digest": "56707714d54541d64b6b0d84632b70db7fe19b7f078fd77d3ea875ae5b24bd05",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.24-0"
|
||||
"version": "2.7.25-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.7.25"
|
||||
- "latest"
|
||||
|
|
@ -28,7 +28,7 @@ $ docker run --name aws-cli bitnami/aws-cli:latest
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.7.24`, `2.7.24-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/aws-cli/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.7.25`, `2.7.25-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/aws-cli/2/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.25.56`, `1.25.56-debian-11-r0` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/aws-cli/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
|
|
|||
Loading…
Reference in New Issue