[bitnami/kubeapps-apprepository-controller] Release 2.6.3-scratch-r2 (#24236)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
d7dc09f01b
commit
df05b1c1e6
|
|
@ -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.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-apprepository-controller-2.6.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -32,11 +32,11 @@ ARG TARGETARCH
|
|||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-02-17T15:00:05Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.6.3-scratch-r1" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubeapps-apprepository-controller" \
|
||||
org.opencontainers.image.ref.name="2.6.3-scratch-r2" \
|
||||
org.opencontainers.image.title="kubeapps-apprepository-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.3"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-apprepository-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "72ee8be3ac87e8b284f91b2e633a10681df69ff375f00c2af8ae59561b24924e",
|
||||
"digest": "d81e75790b09921d79cc9d13336bc28d1b2c36997396f8d904a5dc72e1f434c7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.3-0"
|
||||
"version": "2.6.3-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-scratch"
|
||||
- "2.6.3"
|
||||
- "latest"
|
||||
- "2"
|
||||
- 2-scratch
|
||||
- 2.6.3
|
||||
- latest
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[Overview of Kubeapps AppRepository Controller](https://github.com/vmware-tanzu/kubeapps)
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
|
|
|
|||
Loading…
Reference in New Issue