[bitnami/thanos] Release 0.30.2-scratch-r0 (#22446)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-31 23:39:32 +01:00 committed by GitHub
parent 39904fe512
commit 22430b334d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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.1-1-linux-${OS_ARCH}-debian-11" \
"thanos-0.30.2-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="0.30.1-scratch-r4" \
org.opencontainers.image.ref.name="0.30.2-scratch-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/thanos" \
org.opencontainers.image.title="thanos" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.30.1"
org.opencontainers.image.version="0.30.2"
COPY prebuildfs /
COPY rootfs /

View File

@ -1,9 +1,9 @@
{
"thanos": {
"arch": "amd64",
"digest": "051eb2326b7b88f760e70e438bb784a4822cf245084b7193a0a3a7b5b7d9d0c7",
"digest": "d6c0b37f32e7015bd05861822c400eba67a4fd382d0c680054e179f23bad5f23",
"distro": "debian-11",
"type": "NAMI",
"version": "0.30.1-1"
"version": "0.30.2-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-scratch"
- "0.30.1"
- "0.30.2"
- "latest"