mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/configurable-http-proxy] Release 4.5.5-debian-11-r0 (#29012)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-04-01T10:24:59Z" \
|
||||
org.opencontainers.image.created="2023-04-03T12:56:13Z" \
|
||||
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-r39" \
|
||||
org.opencontainers.image.ref.name="4.5.5-debian-11-r0" \
|
||||
org.opencontainers.image.title="configurable-http-proxy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="4.5.4"
|
||||
org.opencontainers.image.version="4.5.5"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-9-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.20.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"configurable-http-proxy-4.5.4-5-linux-${OS_ARCH}-debian-11" \
|
||||
"configurable-http-proxy-4.5.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -40,7 +40,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="4.5.4" \
|
||||
ENV APP_VERSION="4.5.5" \
|
||||
BITNAMI_APP_NAME="configurable-http-proxy" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/configurable-http-proxy/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.5.4-5"
|
||||
"version": "4.5.5-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "4"
|
||||
- 4-debian-11
|
||||
- 4.5.4
|
||||
- 4.5.5
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user