mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
[bitnami/kubeapps-apis] Release 2.6.1-debian-11-r0 (#12471)
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.0-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="2.6.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubeapps-apis" \
|
||||
org.opencontainers.image.title="kubeapps-apis" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.0"
|
||||
org.opencontainers.image.version="2.6.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"kubeapps-apis-2.6.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-apis-2.6.1-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 && \
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -s /opt/bitnami/kubeapps-apis/plugins /plugins && ln -s /opt/bitnami/kubeapps-apis/bin/kubeapps-apis /kubeapps-apis
|
||||
|
||||
ENV APP_VERSION="2.6.0" \
|
||||
ENV APP_VERSION="2.6.1" \
|
||||
BITNAMI_APP_NAME="kubeapps-apis" \
|
||||
PATH="/opt/bitnami/kubeapps-apis/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-apis": {
|
||||
"arch": "amd64",
|
||||
"digest": "4cf3fdddc610d3aedc6b7ab66dc0c49422ab80d259b1c2124983f1b741469aca",
|
||||
"digest": "d36eca52b0efe91867c435bee3d55218fc9f10bc5627691a1b080a70b987253d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.0-1"
|
||||
"version": "2.6.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.0"
|
||||
- "2.6.1"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user