mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/kubeapps-asset-syncer] Release 2.6.4-scratch-r0 (#26054)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
"kubeapps-asset-syncer-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:46:28Z" \
|
||||
org.opencontainers.image.created="2023-03-02T10:34:27Z" \
|
||||
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-r4" \
|
||||
org.opencontainers.image.ref.name="2.6.4-scratch-r0" \
|
||||
org.opencontainers.image.title="kubeapps-asset-syncer" \
|
||||
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-asset-syncer": {
|
||||
"arch": "amd64",
|
||||
"digest": "666d6972f1707ef988f9a6f0bd015ab219a9b56fcc6feb6d551346db2f7dd1e4",
|
||||
"digest": "dd634b460c3f81a50e379cfa26534e9d591a2af007b9a3e437cc4a4de8a05216",
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user