1.25.4-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-06-08 17:40:24 +00:00 committed by Bitnami Containers
parent 3336094d04
commit 3eaece7256
3 changed files with 9 additions and 9 deletions

View File

@ -13,15 +13,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "30a95e9a200ac61754319a6ef764709a3c2e08f6fe21433bf935038f7308a7fb /tmp/bitnami/pkg/cache/python-3.9.13-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.13-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.9.13-2-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.25.3-0-linux-amd64-debian-11.tar.gz && \
echo "e214f19e962fdf724651dc3ec63a25edd40eea26a5add3c2630dea72b335f7eb /tmp/bitnami/pkg/cache/aws-cli-1.25.3-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.25.3-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.25.3-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.25.4-0-linux-amd64-debian-11.tar.gz && \
echo "208f23db07d675673fe17886f189a10da7271ff1f83cd8d6de139f6690fab16e /tmp/bitnami/pkg/cache/aws-cli-1.25.4-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.25.4-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.25.4-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="1.25.3" \
ENV APP_VERSION="1.25.4" \
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"

View File

@ -1,10 +1,10 @@
{
"aws-cli": {
"arch": "amd64",
"digest": "e214f19e962fdf724651dc3ec63a25edd40eea26a5add3c2630dea72b335f7eb",
"digest": "208f23db07d675673fe17886f189a10da7271ff1f83cd8d6de139f6690fab16e",
"distro": "debian-11",
"type": "NAMI",
"version": "1.25.3-0"
"version": "1.25.4-0"
},
"python": {
"arch": "amd64",

View File

@ -21,7 +21,7 @@ $ docker run --name aws-cli bitnami/aws-cli:latest
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* Bitnami container images are released daily with the latest distribution packages available.
* Bitnami container images are released on a regular basis with the latest distribution packages available.
## Supported tags and respective `Dockerfile` links
@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2`, `2-debian-11`, `2.7.6`, `2.7.6-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.7.6-debian-11-r1/2/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.25.3`, `1.25.3-debian-11-r1` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.25.3-debian-11-r1/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.25.4`, `1.25.4-debian-11-r0` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.25.4-debian-11-r0/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/aws-cli GitHub repo](https://github.com/bitnami/bitnami-docker-aws-cli).