1.20.32-debian-10-r0 release
This commit is contained in:
parent
403903871c
commit
bcc71fef48
|
|
@ -13,15 +13,15 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "332cd96e2483f4f6570c2fcb9213e0718215eec983f85eafc8931e2d30f58e49 /tmp/bitnami/pkg/cache/python-3.7.11-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.11-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.11-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.20.31-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e27acfc74b8c3ef9e204e5607ceeeaf13ab85f20c797b69b68971de0bb13040a /tmp/bitnami/pkg/cache/aws-cli-1.20.31-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.20.31-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.20.31-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.20.32-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "632131f1d3506efc395e45d05c8a2801fc8e3db20031d3f9458ed133da5f08bb /tmp/bitnami/pkg/cache/aws-cli-1.20.32-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.20.32-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aws-cli-1.20.32-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.20.31-debian-10-r2" \
|
||||
BITNAMI_IMAGE_VERSION="1.20.32-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": "e27acfc74b8c3ef9e204e5607ceeeaf13ab85f20c797b69b68971de0bb13040a",
|
||||
"digest": "632131f1d3506efc395e45d05c8a2801fc8e3db20031d3f9458ed133da5f08bb",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.20.31-0"
|
||||
"version": "1.20.32-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.2.33`, `2.2.33-debian-10-r3` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/2.2.33-debian-10-r3/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.20.31`, `1.20.31-debian-10-r2`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.20.31-debian-10-r2/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.20.32`, `1.20.32-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.20.32-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