[bitnami/kubeapps-asset-syncer] Release 2.6.3-scratch-r0 (#23063)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ce6d35934a
commit
972bb347f7
|
|
@ -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-asset-syncer-2.6.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-asset-syncer-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-asset-syncer" \
|
||||
org.opencontainers.image.title="kubeapps-asset-syncer" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.2"
|
||||
org.opencontainers.image.version="2.6.3"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"kubeapps-asset-syncer": {
|
||||
"arch": "amd64",
|
||||
"digest": "023783ed518d58bf2b23e77b5d40e3f7644a6411ad08e5b6fd04e608711acbf4",
|
||||
"digest": "5ef2cfc4d9f78b380aa1c8d621d017841937b02ef5182beb10b29b48142078d0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.2-1"
|
||||
"version": "2.6.3-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-scratch"
|
||||
- "2.6.2"
|
||||
- "2.6.3"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue