mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
1.21.1-debian-10-r0 release
This commit is contained in:
@@ -13,15 +13,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
echo "673e6616d3eef2ecb7d5faced97ca22e8d40b0ddf8a19f05228d7f5962570e09 /tmp/bitnami/pkg/cache/python-3.7.12-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.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.21.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ea629f4f4117e0507aa1fd888b615a76835d2c08e7926c6ae519aae7e5c4f4d2 /tmp/bitnami/pkg/cache/aws-cli-1.21.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.21.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.21.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.21.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "72c1df9ec8cc36cb1a714483a6b3087394fecd485d2c6ed9cd3674e41738bc7c /tmp/bitnami/pkg/cache/aws-cli-1.21.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.21.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.21.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV AWS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" \
|
||||
BITNAMI_APP_NAME="aws-cli" \
|
||||
BITNAMI_IMAGE_VERSION="1.21.0-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.21.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"aws-cli": {
|
||||
"arch": "amd64",
|
||||
"digest": "ea629f4f4117e0507aa1fd888b615a76835d2c08e7926c6ae519aae7e5c4f4d2",
|
||||
"digest": "72c1df9ec8cc36cb1a714483a6b3087394fecd485d2c6ed9cd3674e41738bc7c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.0-0"
|
||||
"version": "1.21.1-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user