[bitnami/kubeapps-pinniped-proxy] Release 2.6.3-debian-11-r0 (#23065)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-06 04:56:05 +01:00
committed by GitHub
parent 3b132460c6
commit d7db5c977e
3 changed files with 7 additions and 7 deletions

View File

@@ -5,11 +5,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.6.2-debian-11-r21" \
org.opencontainers.image.ref.name="2.6.3-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubeapps-pinniped-proxy" \
org.opencontainers.image.title="kubeapps-pinniped-proxy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.6.2"
org.opencontainers.image.version="2.6.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libgcc-s1 libssl1.1 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"kubeapps-pinniped-proxy-2.6.2-1-linux-${OS_ARCH}-debian-11" \
"kubeapps-pinniped-proxy-2.6.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -38,7 +38,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="2.6.2" \
ENV APP_VERSION="2.6.3" \
BITNAMI_APP_NAME="kubeapps-pinniped-proxy" \
PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"kubeapps-pinniped-proxy": {
"arch": "amd64",
"digest": "ba4524b7570f486f1ac2882bb19cd987d63bb7277a19bd8eed376f0fcb456c2b",
"digest": "b15024d0a676ff41791f022fc02e09fbd8841a16130fa62bb314382010a6b7a7",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.2-1"
"version": "2.6.3-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.6.2"
- "2.6.3"
- "latest"