mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/thanos] Release 0.30.1-scratch-r2 (#20609)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> 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=( \
|
||||
"thanos-0.30.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"thanos-0.30.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -35,7 +35,7 @@ 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-r1" \
|
||||
org.opencontainers.image.ref.name="0.30.1-scratch-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/thanos" \
|
||||
org.opencontainers.image.title="thanos" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"thanos": {
|
||||
"arch": "amd64",
|
||||
"digest": "054439fd5243d1484eee3c7c3816640ea39329d020bc747fecb79ae6addb739e",
|
||||
"digest": "051eb2326b7b88f760e70e438bb784a4822cf245084b7193a0a3a7b5b7d9d0c7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.30.1-0"
|
||||
"version": "0.30.1-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user