[bitnami/kubeapps-dashboard] Release 2.6.1-debian-11-r0 (#12474)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-04 07:55:31 +01:00
committed by GitHub
parent fff14cc62f
commit 6fb0e63ea9
3 changed files with 7 additions and 7 deletions

View File

@@ -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.0-debian-11-r6" \
org.opencontainers.image.ref.name="2.6.1-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubeapps-dashboard" \
org.opencontainers.image.title="kubeapps-dashboard" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.6.0"
org.opencontainers.image.version="2.6.1"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
@@ -22,7 +22,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"nginx-1.23.2-1-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.3-154-linux-${OS_ARCH}-debian-11" \
"kubeapps-2.6.0-0-linux-${OS_ARCH}-debian-11" \
"kubeapps-2.6.1-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -45,7 +45,7 @@ RUN rm -rf /app && \
mv /opt/bitnami/kubeapps/build /app
RUN chmod -R g+rwX /opt/bitnami/nginx/conf
RUN /opt/bitnami/scripts/nginx/postunpack.sh
ENV APP_VERSION="2.6.0" \
ENV APP_VERSION="2.6.1" \
BITNAMI_APP_NAME="kubeapps-dashboard" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@@ -8,10 +8,10 @@
},
"kubeapps": {
"arch": "amd64",
"digest": "5257ca7a47bdd63bc55bde07ba3b3ed7261b5b7553578902ee69647f3c58ceaf",
"digest": "b18f41305b61c61399a4a41b3fe48f862e07e3f8a999d5edb2a8120a5c662a74",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.0-0"
"version": "2.6.1-0"
},
"nginx": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.6.0"
- "2.6.1"
- "latest"