mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
1.23.13-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
dbff2b8ddc
commit
d64d36287c
@@ -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.12-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "926f15312f6150692df8382678f9ae204e88910516e96ea2df02e70a2faddf51 /tmp/bitnami/pkg/cache/aws-cli-1.23.12-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.23.12-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.12-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.13-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d3e77dc5d01b92d77045bca3fe4c27bb7976c4c86dc132e9d8dd30b6b896fcab /tmp/bitnami/pkg/cache/aws-cli-1.23.13-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.23.13-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.13-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.12" \
|
||||
ENV APP_VERSION="1.23.13" \
|
||||
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": "926f15312f6150692df8382678f9ae204e88910516e96ea2df02e70a2faddf51",
|
||||
"digest": "d3e77dc5d01b92d77045bca3fe4c27bb7976c4c86dc132e9d8dd30b6b896fcab",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.12-0"
|
||||
"version": "1.23.13-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user