[bitnami/configurable-http-proxy] Release 4.5.4-debian-11-r25 (#24181)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
82ec5b3f3b
commit
8d73e09fe3
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:09:29Z" \
|
||||
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-r24" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/configurable-http-proxy" \
|
||||
org.opencontainers.image.ref.name="4.5.4-debian-11-r25" \
|
||||
org.opencontainers.image.title="configurable-http-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.5.4"
|
||||
|
|
@ -22,9 +22,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-3-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.19.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"configurable-http-proxy-4.5.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"python-3.8.16-4-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.19.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"configurable-http-proxy-4.5.4-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"configurable-http-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "3c26f23bd9af04b131a33e739c0f1a27da7b62b78d101fb4a51758ff0012c52a",
|
||||
"digest": "c429e40b0e3c27fe3de812d586fc77bf671fd36ef96604b0fef77ac5acbc3470",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.5.4-1"
|
||||
"version": "4.5.4-2"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "c584387a554d2de02d1be7f8bf6ee003f2648f4fbbd8cee66dc04e9cb0ae1d45",
|
||||
"digest": "a4b386465dc2a4a4dd7e58b7184f0ce9919cfd2cbd2289b5f7bab80a3f6fc7be",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "16.19.0-1"
|
||||
"version": "16.19.1-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "fbe5cb1a19ecccf616d2e97c130e7dae06537494bdcc3ead8b9e98054fb4a6f9",
|
||||
"digest": "100f7d546cffcd034bcced74a0fa87b5771c4109945a6ae616b53d0ec13d7881",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.16-3"
|
||||
"version": "3.8.16-4"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue