1.18.223-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2021-01-31 22:16:26 +00:00
parent 6b16683cb4
commit da7a13abee
3 changed files with 8 additions and 8 deletions

View File

@@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs / COPY prebuildfs /
# Install required system packages and dependencies # 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 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-17-linux-amd64-debian-10.tar.gz && \ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.9-18-linux-amd64-debian-10.tar.gz && \
echo "1958655a9238f53dc3a40038c1fd368c4a5851a23cc4b84bfec3f2e2ee4ec3fa /tmp/bitnami/pkg/cache/python-3.7.9-17-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ echo "aaccd5253f2e0226f6b39e318206a4e5e38024b2f97e66f4c6eea68f118a5d1d /tmp/bitnami/pkg/cache/python-3.7.9-18-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-17-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-18-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-17-linux-amd64-debian-10.tar.gz rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-18-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.18.223-0-linux-amd64-debian-10.tar.gz && \ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aws-cli-1.18.223-0-linux-amd64-debian-10.tar.gz && \
echo "57167698cd829174246783f6587075f046a5c9665edbd2865409000d9fde5f57 /tmp/bitnami/pkg/cache/aws-cli-1.18.223-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ echo "57167698cd829174246783f6587075f046a5c9665edbd2865409000d9fde5f57 /tmp/bitnami/pkg/cache/aws-cli-1.18.223-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.18.223-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ tar -zxf /tmp/bitnami/pkg/cache/aws-cli-1.18.223-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 RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="aws-cli" \ ENV BITNAMI_APP_NAME="aws-cli" \
BITNAMI_IMAGE_VERSION="1.18.223-debian-10-r1" \ BITNAMI_IMAGE_VERSION="1.18.223-debian-10-r2" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH" PATH="/opt/bitnami/python/bin:/opt/bitnami/aws-cli/bin:/opt/bitnami/aws-cli/venv/bin:$PATH"
USER 1001 USER 1001

View File

@@ -8,9 +8,9 @@
}, },
"python": { "python": {
"arch": "amd64", "arch": "amd64",
"digest": "1958655a9238f53dc3a40038c1fd368c4a5851a23cc4b84bfec3f2e2ee4ec3fa", "digest": "aaccd5253f2e0226f6b39e318206a4e5e38024b2f97e66f4c6eea68f118a5d1d",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "3.7.9-17" "version": "3.7.9-18"
} }
} }

View File

@@ -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/). 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.223`, `1.18.223-debian-10-r1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.18.223-debian-10-r1/1/debian-10/Dockerfile) * [`1`, `1-debian-10`, `1.18.223`, `1.18.223-debian-10-r2`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aws-cli/blob/1.18.223-debian-10-r2/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/aws-cli GitHub repo](https://github.com/bitnami/bitnami-docker-aws-cli). Subscribe to project updates by watching the [bitnami/aws-cli GitHub repo](https://github.com/bitnami/bitnami-docker-aws-cli).