diff --git a/bitnami/thanos/0/scratch/Dockerfile b/bitnami/thanos/0/scratch/Dockerfile index 593052ab8065..1b595c0099a1 100644 --- a/bitnami/thanos/0/scratch/Dockerfile +++ b/bitnami/thanos/0/scratch/Dockerfile @@ -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=( \ - "thanos-0.30.2-0-linux-${OS_ARCH}-debian-11" \ + "thanos-0.30.2-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-17T19:52:36Z" \ + org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.30.2-scratch-r1" \ - org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/thanos" \ + org.opencontainers.image.ref.name="0.30.2-scratch-r2" \ org.opencontainers.image.title="thanos" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="0.30.2" diff --git a/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 450cfad12c1d..3f99ddddfd7e 100644 --- a/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/thanos/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "thanos": { "arch": "amd64", - "digest": "d6c0b37f32e7015bd05861822c400eba67a4fd382d0c680054e179f23bad5f23", + "digest": "87eb2d17d2c6e294624e201438623978bf8d423cf4db9650b73b32b25130281a", "distro": "debian-11", "type": "NAMI", - "version": "0.30.2-0" + "version": "0.30.2-1" } } \ No newline at end of file