mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/kubeapps-apis] Release 2.6.4-debian-11-r0 (#26063)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-01T22:26:05Z" \
|
||||
org.opencontainers.image.created="2023-03-02T10:47:38Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.6.3-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="2.6.4-debian-11-r0" \
|
||||
org.opencontainers.image.title="kubeapps-apis" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.3"
|
||||
org.opencontainers.image.version="2.6.4"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,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.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-apis-2.6.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -39,7 +39,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.3" \
|
||||
ENV APP_VERSION="2.6.4" \
|
||||
BITNAMI_APP_NAME="kubeapps-apis" \
|
||||
PATH="/opt/bitnami/kubeapps-apis/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"kubeapps-apis": {
|
||||
"arch": "amd64",
|
||||
"digest": "2134e9476b206033daf8a6bc677b25f9c4d540c8c67234a3200942c3f4171844",
|
||||
"digest": "d094bd3448a88af8f313bac0a51a920d3ac1ab9560aa52cd19a7b440ef848c74",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.3-1"
|
||||
"version": "2.6.4-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.6.3
|
||||
- 2.6.4
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user