[bitnami/kubeapps-apprepository-controller] Release 2.6.3-scratch-r0 (#23066)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-06 05:02:17 +01:00 committed by GitHub
parent d7db5c977e
commit 4aca32205f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"kubeapps-apprepository-controller-2.6.2-1-linux-${OS_ARCH}-debian-11" \
"kubeapps-apprepository-controller-2.6.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -35,11 +35,11 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
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-scratch-r2" \
org.opencontainers.image.ref.name="2.6.3-scratch-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubeapps-apprepository-controller" \
org.opencontainers.image.title="kubeapps-apprepository-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.6.2"
org.opencontainers.image.version="2.6.3"
COPY prebuildfs /
COPY rootfs /

View File

@ -1,9 +1,9 @@
{
"kubeapps-apprepository-controller": {
"arch": "amd64",
"digest": "e2e1d2bce18a55ac9e22a9a87c55669c326b6191a077e8ba3bb31dae1a3e88ac",
"digest": "72ee8be3ac87e8b284f91b2e633a10681df69ff375f00c2af8ae59561b24924e",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.2-1"
"version": "2.6.3-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-scratch"
- "2.6.2"
- "2.6.3"
- "latest"