[bitnami/kubeapps-apprepository-controller] Release 2.6.4-scratch-r1 (#28016)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-22 03:00:07 +01:00
committed by GitHub
parent 03b2131929
commit 68ad0694af
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \ COMPONENTS=( \
"kubeapps-apprepository-controller-2.6.4-0-linux-${OS_ARCH}-debian-11" \ "kubeapps-apprepository-controller-2.6.4-1-linux-${OS_ARCH}-debian-11" \
) && \ ) && \
for COMPONENT in "${COMPONENTS[@]}"; do \ for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -33,10 +33,10 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}" ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \ LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2023-03-02T10:35:30Z" \ org.opencontainers.image.created="2023-03-22T01:19:55Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.6.4-scratch-r0" \ org.opencontainers.image.ref.name="2.6.4-scratch-r1" \
org.opencontainers.image.title="kubeapps-apprepository-controller" \ org.opencontainers.image.title="kubeapps-apprepository-controller" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.6.4" org.opencontainers.image.version="2.6.4"

View File

@@ -1,9 +1,9 @@
{ {
"kubeapps-apprepository-controller": { "kubeapps-apprepository-controller": {
"arch": "amd64", "arch": "amd64",
"digest": "258b84e3c248ab73392632edbf31c50f66e90f2b57c6186c68c64abeba5d99f5", "digest": "22cdb155c0c822dcd70eb43f4367c310aba3063f1a38de84577febafd79c1455",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "2.6.4-0" "version": "2.6.4-1"
} }
} }