[bitnami/thanos] Release 0.29.0-scratch-r0 (#14818)

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-11-24 10:34:02 +01:00
committed by GitHub
parent 2d6dd28819
commit 0e639b8002
4 changed files with 10 additions and 9 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.28.1-0-linux-${OS_ARCH}-debian-11" \
"thanos-0.29.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -21,7 +21,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
######
@@ -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.28.1-scratch-r0" \
org.opencontainers.image.ref.name="0.29.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.1"
org.opencontainers.image.version="0.29.0"
COPY prebuildfs /
COPY rootfs /

View File

@@ -1,9 +1,9 @@
{
"thanos": {
"arch": "amd64",
"digest": "f61d5b8fff4b03f5c26208bd7844ba344a3a73252d2d701ef90c543575a23952",
"digest": "fd6b4de633e0750ec33f28352781bfc0f9db9bfa2073f7930db23fd0373220c1",
"distro": "debian-11",
"type": "NAMI",
"version": "0.28.1-0"
"version": "0.29.0-0"
}
}

View File

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

View File

@@ -41,8 +41,9 @@ 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/).
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
* [`0`, `0-scratch`, `0.28.1`, `0.28.1-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/thanos/0/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
## Connecting to other containers
@@ -181,7 +182,7 @@ You can configure the containers [logging driver](https://docs.docker.com/engine
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
## Issues