From d47c1b86f8638b22373d6ec1bf8637c7f6ad2a25 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 26 Nov 2024 15:39:51 +0100 Subject: [PATCH] [bitnami/thanos] Release thanos-0.37.0-debian-12-r0 (#75231) Signed-off-by: Bitnami Bot --- bitnami/thanos/0/debian-12/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/thanos/0/debian-12/tags-info.yaml | 2 +- bitnami/thanos/README.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/thanos/0/debian-12/Dockerfile b/bitnami/thanos/0/debian-12/Dockerfile index af5f0ea42bdf..995373867342 100644 --- a/bitnami/thanos/0/debian-12/Dockerfile +++ b/bitnami/thanos/0/debian-12/Dockerfile @@ -15,7 +15,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "thanos-0.36.1-5-linux-${OS_ARCH}-debian-12" \ + "thanos-0.37.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -38,13 +38,13 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2024-11-07T09:07:34Z" \ + org.opencontainers.image.created="2024-11-26T14:09:29Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.36.1-debian-12-r5" \ + org.opencontainers.image.ref.name="0.37.0-debian-12-r0" \ org.opencontainers.image.title="thanos" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="0.36.1" + org.opencontainers.image.version="0.37.0" COPY prebuildfs / COPY rootfs / @@ -52,7 +52,7 @@ COPY --from=builder /opt/bitnami/thanos/bin/thanos /bin/thanos COPY --from=builder /opt/bitnami/thanos/.spdx-thanos.spdx /opt/bitnami/thanos/.spdx-thanos.spdx COPY --from=builder /opt/bitnami/thanos/licenses /opt/bitnami/thanos/licenses -ENV APP_VERSION="0.36.1" \ +ENV APP_VERSION="0.37.0" \ BITNAMI_APP_NAME="thanos" USER 1001 diff --git a/bitnami/thanos/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/thanos/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 715c22170f94..6563c5b15a56 100644 --- a/bitnami/thanos/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/thanos/0/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "0.36.1-5" + "version": "0.37.0-0" } } \ No newline at end of file diff --git a/bitnami/thanos/0/debian-12/tags-info.yaml b/bitnami/thanos/0/debian-12/tags-info.yaml index 2553b6c44d68..25c378d74acc 100644 --- a/bitnami/thanos/0/debian-12/tags-info.yaml +++ b/bitnami/thanos/0/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "0" - 0-debian-12 -- 0.36.1 +- 0.37.0 - latest diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md index 8cd79a89e0de..190253d23cae 100644 --- a/bitnami/thanos/README.md +++ b/bitnami/thanos/README.md @@ -30,11 +30,11 @@ Deploying Bitnami applications as Helm Charts is the easiest way to get started ## Why use a non-root container? -Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.vmware.com/en/VMware-Tanzu-Application-Catalog/services/tutorials/GUID-work-with-non-root-containers-index.html). +Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html). ## Supported tags and respective `Dockerfile` links -Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.vmware.com/en/VMware-Tanzu-Application-Catalog/services/tutorials/GUID-understand-rolling-tags-containers-index.html). +Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). 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`.