[bitnami/kubeapps-apprepository-controller] Release 2.6.4-scratch-r0 (#26055)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
fb7b1ad19c
commit
5f0121e244
|
|
@ -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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-apprepository-controller-2.6.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -33,13 +33,13 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2023-03-01T11:47:14Z" \
|
||||
org.opencontainers.image.created="2023-03-02T10:35:30Z" \
|
||||
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-r5" \
|
||||
org.opencontainers.image.ref.name="2.6.4-scratch-r0" \
|
||||
org.opencontainers.image.title="kubeapps-apprepository-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.3"
|
||||
org.opencontainers.image.version="2.6.4"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-apprepository-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "5bd9a1f97a0f29030859a82349e69b13583ade5e47aea4fe4145cdd2597fc25c",
|
||||
"digest": "258b84e3c248ab73392632edbf31c50f66e90f2b57c6186c68c64abeba5d99f5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.3-2"
|
||||
"version": "2.6.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-scratch
|
||||
- 2.6.3
|
||||
- 2.6.4
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue