[bitnami/kubeapps-apprepository-controller] Release 2.8.0-scratch-r0 (#39848)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-04 06:41:28 +02:00
committed by GitHub
parent f705115a6d
commit 334ab697c8
6 changed files with 13 additions and 8 deletions

View File

@@ -8,14 +8,13 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"kubeapps-apprepository-controller-2.7.0-1-linux-${OS_ARCH}-debian-11" \
"kubeapps-apprepository-controller-2.8.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -36,13 +35,13 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2023-05-21T14:38:54Z" \
org.opencontainers.image.created="2023-07-04T04:29:14Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.7.0-scratch-r1" \
org.opencontainers.image.ref.name="2.8.0-scratch-r0" \
org.opencontainers.image.title="kubeapps-apprepository-controller" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.7.0"
org.opencontainers.image.version="2.8.0"
COPY prebuildfs /
COPY rootfs /

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
kubeapps-apprepository-controller:

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "2.7.0-1"
"version": "2.8.0-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- 2-scratch
- 2.7.0
- 2.8.0
- latest

View File

@@ -50,7 +50,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License
Copyright &copy; 2023 Bitnami
Copyright &copy; 2023 VMware, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@@ -1,3 +1,6 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
kubeapps-apprepository-controller: