[bitnami/configurable-http-proxy] Release 4.5.3-debian-11-r0 (#5937)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
0aa79f7372
commit
be72e158a0
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="4.5.2-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="4.5.3-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/configurable-http-proxy" \
|
||||
org.opencontainers.image.title="configurable-http-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.5.2"
|
||||
org.opencontainers.image.version="4.5.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -36,18 +36,18 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
tar -zxf node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf node-14.20.0-3-linux-${OS_ARCH}-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f configurable-http-proxy-4.5.2-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/configurable-http-proxy-4.5.2-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/configurable-http-proxy-4.5.2-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
if [ ! -f configurable-http-proxy-4.5.3-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/configurable-http-proxy-4.5.3-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/configurable-http-proxy-4.5.3-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||
fi && \
|
||||
sha256sum -c configurable-http-proxy-4.5.2-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf configurable-http-proxy-4.5.2-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf configurable-http-proxy-4.5.2-1-linux-${OS_ARCH}-debian-11.tar.gz
|
||||
sha256sum -c configurable-http-proxy-4.5.3-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||
tar -zxf configurable-http-proxy-4.5.3-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf configurable-http-proxy-4.5.3-0-linux-${OS_ARCH}-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="4.5.2" \
|
||||
ENV APP_VERSION="4.5.3" \
|
||||
BITNAMI_APP_NAME="configurable-http-proxy" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/configurable-http-proxy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"configurable-http-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "ce269e503dac6869c96794677fb4521dc0fa1015d8deab4777781dde08707402",
|
||||
"digest": "57c367d102dbdda536206a037f25dc23c942a5fc618c21c7b562de8a3a124457",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.5.2-1"
|
||||
"version": "4.5.3-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4"
|
||||
- "4-debian-11"
|
||||
- "4.5.2"
|
||||
- "4.5.3"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,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-11`, `4.5.2`, `4.5.2-debian-11-r6`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/configurable-http-proxy/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.5.3`, `4.5.3-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/configurable-http-proxy/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue