[bitnami/configurable-http-proxy] Release 4.5.4-debian-11-r26 (#24513)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e35a0a669a
commit
a6099d0d56
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:09:29Z" \
|
||||
org.opencontainers.image.created="2023-02-20T14:25:58Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="4.5.4-debian-11-r25" \
|
||||
org.opencontainers.image.ref.name="4.5.4-debian-11-r26" \
|
||||
org.opencontainers.image.title="configurable-http-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.5.4"
|
||||
|
|
@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-4-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.19.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.19.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"configurable-http-proxy-4.5.4-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "a4b386465dc2a4a4dd7e58b7184f0ce9919cfd2cbd2289b5f7bab80a3f6fc7be",
|
||||
"digest": "af036d4ce8c216d61f662a522345caac4f4822fec1fdb2383302b5b1b9f2ffc9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "16.19.1-0"
|
||||
"version": "16.19.1-1"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue