1.23.10-debian-10-r0 release
This commit is contained in:
parent
ac89364c35
commit
7844bdce42
|
|
@ -13,15 +13,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "7438a99db3eb2229543806b155fb19d179f8359d2d171c891ffe0857f9b97d49 /tmp/bitnami/pkg/cache/python-3.9.12-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.12-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.12-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.23.9-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "7954e055f72c4544c3fea24317cc45b10affc69f31089eb997a097c342a4318a /tmp/bitnami/pkg/cache/aws-cli-1.23.9-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.23.9-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.23.9-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.23.10-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e4bff75d56076687a79a378c6f37cde5351835949b13c7ae5b2edf406a206fe9 /tmp/bitnami/pkg/cache/aws-cli-1.23.10-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.23.10-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.23.10-0-linux-amd64-debian-10.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.23.9" \
|
||||
ENV APP_VERSION="1.23.10" \
|
||||
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": "7954e055f72c4544c3fea24317cc45b10affc69f31089eb997a097c342a4318a",
|
||||
"digest": "e4bff75d56076687a79a378c6f37cde5351835949b13c7ae5b2edf406a206fe9",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.9-0"
|
||||
"version": "1.23.10-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.6.3`, `2.6.3-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.6.3-debian-10-r2/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.23.9`, `1.23.9-debian-10-r2` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.23.9-debian-10-r2/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.23.10`, `1.23.10-debian-10-r0` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.23.10-debian-10-r0/1/debian-10/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