mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
[bitnami/kubeapps-dashboard] Release 2.6.3-debian-11-r0 (#23068)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-r22" \
|
||||
org.opencontainers.image.ref.name="2.6.3-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.2"
|
||||
org.opencontainers.image.version="2.6.3"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"nginx-1.23.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-2.6.2-2-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-2.6.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -46,7 +46,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.2" \
|
||||
ENV APP_VERSION="2.6.3" \
|
||||
BITNAMI_APP_NAME="kubeapps-dashboard" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"kubeapps": {
|
||||
"arch": "amd64",
|
||||
"digest": "a055dcc844b1698483583bee492b7f3e034f2b8d1e4addad2aa974a71f54a900",
|
||||
"digest": "b5b9aa65b141e0843fadea6d88aad3deb882ca478b3c1eaf4fdd5d15a3d94908",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.2-2"
|
||||
"version": "2.6.3-0"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.2"
|
||||
- "2.6.3"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user