[bitnami/thanos] Release 0.30.2-scratch-r2 (#24458)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
469ef390cb
commit
1a55bcc591
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue