mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 15:07:17 +08:00
1.18.159-debian-10-r1 release
This commit is contained in:
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl groff-base gzip libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps tar wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.9-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "956ff0caf1c0f8864ad5f8a1acee76df8549d55ed77197bde1a5a533d30fc75e /tmp/bitnami/pkg/cache/python-3.7.9-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-5-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.9-6-linux-amd64-debian-10.tar.gz && \
|
||||
echo "4d141875186767d64e3f9c4b813c0ef25c372db90636e6c670a841f2dcb7ead3 /tmp/bitnami/pkg/cache/python-3.7.9-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-6-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.18.159-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "84b983ea60665d24f430fa7d95948e47f9323dbc107e706fccc1cd3bceab4955 /tmp/bitnami/pkg/cache/aws-cli-1.18.159-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.18.159-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="aws-cli" \
|
||||
BITNAMI_IMAGE_VERSION="1.18.159-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.18.159-debian-10-r1" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "956ff0caf1c0f8864ad5f8a1acee76df8549d55ed77197bde1a5a533d30fc75e",
|
||||
"digest": "4d141875186767d64e3f9c4b813c0ef25c372db90636e6c670a841f2dcb7ead3",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.7.9-5"
|
||||
"version": "3.7.9-6"
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@ $ docker run --name aws-cli bitnami/aws-cli:latest
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.18.159`, `1.18.159-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.18.159-debian-10-r0/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.18.159`, `1.18.159-debian-10-r1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.18.159-debian-10-r1/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