[bitnami/thanos] Release 0.28.0-scratch-r0 (#4587)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-30 09:48:14 +02:00
committed by GitHub
parent 64ab7d35f5
commit 796c242b42
4 changed files with 23 additions and 8 deletions

View File

@@ -5,16 +5,26 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates gzip tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/thanos-0.27.0-3-linux-amd64-debian-11.tar.gz && \
echo "50f20eed9fd1c4d0aac2c591615d4e00566347b1e5292e681f79c5f8b65dd4fa /tmp/bitnami/pkg/cache/thanos-0.27.0-3-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/thanos-0.27.0-3-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/thanos-0.27.0-3-linux-amd64-debian-11.tar.gz
RUN install_packages ca-certificates curl gzip tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f thanos-0.28.0-0-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/thanos-0.28.0-0-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "8bc50d6e82ce7c5173cf75e844e575925139b2f76f68e01b69ff74e1512d155c thanos-0.28.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf thanos-0.28.0-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf thanos-0.28.0-0-linux-amd64-debian-11.tar.gz
######
FROM scratch
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="0.28.0-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.28.0"
COPY prebuildfs /
COPY rootfs /
COPY --from=builder /opt/bitnami/thanos/bin/thanos /bin/thanos

View File

@@ -1,9 +1,9 @@
{
"thanos": {
"arch": "amd64",
"digest": "50f20eed9fd1c4d0aac2c591615d4e00566347b1e5292e681f79c5f8b65dd4fa",
"digest": "8bc50d6e82ce7c5173cf75e844e575925139b2f76f68e01b69ff74e1512d155c",
"distro": "debian-11",
"type": "NAMI",
"version": "0.27.0-3"
"version": "0.28.0-0"
}
}

View File

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

View File

@@ -42,7 +42,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`0`, `0-scratch`, `0.27.0`, `0.27.0-scratch-r7`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/thanos/0/scratch/Dockerfile)
* [`0`, `0-scratch`, `0.28.0`, `0.28.0-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/thanos/0/scratch/Dockerfile)
## Connecting to other containers