1.25.21-debian-11-r0 release
This commit is contained in:
parent
86cc760cc4
commit
7e57596d5d
|
|
@ -12,15 +12,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "8bc1fe71b2fcda926d76852f1c4873ccf34765cded4f0211da7fa87191d8f030 /tmp/bitnami/pkg/cache/python-3.9.13-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.13-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.13-152-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.25.20-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "f0d96aa4bf42e64b51b33523f4ff8ffd99cdb49f58a792405dc26a72b9a72423 /tmp/bitnami/pkg/cache/aws-cli-1.25.20-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.25.20-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.20-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.21-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "95e855e2d6cbfd9bcceafceab4ed8931d302c554ecc9e0c20dd58d5bb3113c1f /tmp/bitnami/pkg/cache/aws-cli-1.25.21-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.25.21-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.21-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.20" \
|
||||
ENV APP_VERSION="1.25.21" \
|
||||
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": "f0d96aa4bf42e64b51b33523f4ff8ffd99cdb49f58a792405dc26a72b9a72423",
|
||||
"digest": "95e855e2d6cbfd9bcceafceab4ed8931d302c554ecc9e0c20dd58d5bb3113c1f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.25.20-0"
|
||||
"version": "1.25.21-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.12`, `2.7.12-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.7.12-debian-11-r0/2/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.25.20`, `1.25.20-debian-11-r0` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.25.20-debian-11-r0/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.25.21`, `1.25.21-debian-11-r0` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.25.21-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue