mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
1.22.8-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 "3a43049bde8f33c72c7d56b94416df67ab7ab129944c624d60b2d59b9e602854 /tmp/bitnami/pkg/cache/python-3.7.12-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-5-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.22.7-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "4151d4af732f7be392ca05f1b71f458200b7a1d321013c1fec309ccc5ed18d82 /tmp/bitnami/pkg/cache/aws-cli-1.22.7-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.22.7-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.22.7-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.22.8-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "c3157479eb6b359d415463e56910abdf434668e7dc14e611a741e25f31daf1af /tmp/bitnami/pkg/cache/aws-cli-1.22.8-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.22.8-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.22.8-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.22.7-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.22.8-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": "4151d4af732f7be392ca05f1b71f458200b7a1d321013c1fec309ccc5ed18d82",
|
||||
"digest": "c3157479eb6b359d415463e56910abdf434668e7dc14e611a741e25f31daf1af",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.22.7-0"
|
||||
"version": "1.22.8-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -32,7 +32,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.2.43`, `2.2.43-debian-10-r41` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.2.43-debian-10-r41/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.22.7`, `1.22.7-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.22.7-debian-10-r0/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.22.8`, `1.22.8-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.22.8-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user