mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:37:24 +08:00
[bitnami/thanos] Release 0.30.1-scratch-r0 (#19147)
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.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"thanos-0.30.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -34,11 +34,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.ref.name="0.30.0-scratch-r0" \
|
||||
org.opencontainers.image.ref.name="0.30.1-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.0"
|
||||
org.opencontainers.image.version="0.30.1"
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"thanos": {
|
||||
"arch": "amd64",
|
||||
"digest": "a4974898721cbbd587d9c2fa15e840eb975f676ebd7f31d4c600b6f6e4bd669d",
|
||||
"digest": "054439fd5243d1484eee3c7c3816640ea39329d020bc747fecb79ae6addb739e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.30.0-0"
|
||||
"version": "0.30.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-scratch"
|
||||
- "0.30.0"
|
||||
- "0.30.1"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user