mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
[bitnami/kubeapps-pinniped-proxy] Release 2.6.2-debian-11-r0 (#16204)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.6.1-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="2.6.2-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.1"
|
||||
org.opencontainers.image.version="2.6.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -21,7 +21,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.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-pinniped-proxy-2.6.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -37,7 +37,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.1" \
|
||||
ENV APP_VERSION="2.6.2" \
|
||||
BITNAMI_APP_NAME="kubeapps-pinniped-proxy" \
|
||||
PATH="/opt/bitnami/kubeapps-pinniped-proxy/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-pinniped-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "f80c6245c37fdc81925e1572473c56f03bca0b6db9c5953d25430e94727a14b2",
|
||||
"digest": "4e6dbcf4939e6b97a15d5eddcea4b6074081639e6ce745b6d62dbd3b78b00654",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.1-0"
|
||||
"version": "2.6.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.1"
|
||||
- "2.6.2"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user