mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
1.23.10-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
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",
|
||||
|
||||
Reference in New Issue
Block a user