mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
1.25.9-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
36a4b57f5c
commit
577418f521
@@ -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-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.13-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.13-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.25.8-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "be44ad8ab0f5ccbe0e24b81928f146334914ac189202d5979cb26f11bb69f325 /tmp/bitnami/pkg/cache/aws-cli-1.25.8-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.25.8-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.8-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.9-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7971c7c07638c774a792462ed3dfa471fd90c5b211d51debc88ed63cabed286b /tmp/bitnami/pkg/cache/aws-cli-1.25.9-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.25.9-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.9-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.8" \
|
||||
ENV APP_VERSION="1.25.9" \
|
||||
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": "be44ad8ab0f5ccbe0e24b81928f146334914ac189202d5979cb26f11bb69f325",
|
||||
"digest": "7971c7c07638c774a792462ed3dfa471fd90c5b211d51debc88ed63cabed286b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.25.8-0"
|
||||
"version": "1.25.9-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.7.7`, `2.7.7-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.7.7-debian-11-r2/2/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.25.8`, `1.25.8-debian-11-r0` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.25.8-debian-11-r0/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.25.9`, `1.25.9-debian-11-r0` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.25.9-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user