4.5.0-debian-10-r159 release

This commit is contained in:
Bitnami Bot 2021-12-30 05:19:18 +00:00
parent b2d5cbb2c2
commit 2719d256a4
3 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.12-7-linux-amd64-debian-10.tar.gz && \
echo "ee2cea8587c04d12425fb0cd1955941a76b3b12fb0f1d600dec2e189eb5efdb0 /tmp/bitnami/pkg/cache/python-3.8.12-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-7-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.12-8-linux-amd64-debian-10.tar.gz && \
echo "7301922567971177586341f93f851616f5488c575de2fb256c38de725907c341 /tmp/bitnami/pkg/cache/python-3.8.12-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.8.12-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.8.12-8-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-14.18.2-0-linux-amd64-debian-10.tar.gz && \
echo "5753bbbe5052000888c24ef8c918cfc45577878b03cc4dcfe7d53ea562a48e5a /tmp/bitnami/pkg/cache/node-14.18.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/node-14.18.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
@ -24,7 +24,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="configurable-http-proxy" \
BITNAMI_IMAGE_VERSION="4.5.0-debian-10-r158" \
BITNAMI_IMAGE_VERSION="4.5.0-debian-10-r159" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/configurable-http-proxy/bin:$PATH"
EXPOSE 3000

View File

@ -15,9 +15,9 @@
},
"python": {
"arch": "amd64",
"digest": "ee2cea8587c04d12425fb0cd1955941a76b3b12fb0f1d600dec2e189eb5efdb0",
"digest": "7301922567971177586341f93f851616f5488c575de2fb256c38de725907c341",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.12-7"
"version": "3.8.12-8"
}
}

View File

@ -31,7 +31,7 @@ $ docker run --name configurable-http-proxy bitnami/configurable-http-proxy:late
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/).
* [`4`, `4-debian-10`, `4.5.0`, `4.5.0-debian-10-r158`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-configurable-http-proxy/blob/4.5.0-debian-10-r158/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.5.0`, `4.5.0-debian-10-r159`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-configurable-http-proxy/blob/4.5.0-debian-10-r159/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/configurable-http-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-configurable-http-proxy).