[bitnami/configurable-http-proxy] Release 4.5.3-debian-11-r25 (#14651)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
02b93ea5f2
commit
c1758d35ba
|
|
@ -4,7 +4,7 @@ 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.3-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="4.5.3-debian-11-r25" \
|
||||
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." \
|
||||
|
|
@ -22,7 +22,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.15-2-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.21.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.21.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"configurable-http-proxy-4.5.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "519635d16f8f5380e5d400dcb21f90c6bbd452479d9ef20a3f848ed3bc473f7b",
|
||||
"digest": "8fccadb21076f52eb22e57df6e44876590381fc2a4d012d857a8d8337addbee5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.21.1-0"
|
||||
"version": "14.21.1-1"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue