diff --git a/bitnami/thanos/0/debian-12/Dockerfile b/bitnami/thanos/0/debian-12/Dockerfile index cb6f05fbaf08..36bd18e51ac3 100644 --- a/bitnami/thanos/0/debian-12/Dockerfile +++ b/bitnami/thanos/0/debian-12/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "thanos-0.40.1-4-linux-${OS_ARCH}-debian-12" \ + "thanos-0.41.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -40,20 +40,20 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2026-02-05T05:24:52Z" \ + org.opencontainers.image.created="2026-02-12T11:52:59Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.title="thanos" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="0.40.1" + org.opencontainers.image.version="0.41.0" COPY rootfs / COPY --from=builder /opt/bitnami/thanos/.spdx-thanos.spdx /opt/bitnami/thanos/.spdx-thanos.spdx COPY --from=builder /opt/bitnami/thanos/bin/thanos /opt/bitnami/thanos/bin/thanos COPY --from=builder /opt/bitnami/thanos/licenses /opt/bitnami/thanos/licenses -ENV APP_VERSION="0.40.1" \ +ENV APP_VERSION="0.41.0" \ BITNAMI_APP_NAME="thanos" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/thanos/bin:$PATH" USER 1001 diff --git a/bitnami/thanos/README.md b/bitnami/thanos/README.md index c98c3ad14d70..8ac981bbfa26 100644 --- a/bitnami/thanos/README.md +++ b/bitnami/thanos/README.md @@ -42,10 +42,6 @@ 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://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`. - -Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). - ## Connecting to other containers Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a different server running inside a container can easily be accessed by your application containers and vice-versa. @@ -187,14 +183,6 @@ Please be aware this file has not undergone internal testing. Consequently, we a If you detect any issue in the `docker-compose.yaml` file, feel free to report it or contribute with a fix by following our [Contributing Guidelines](https://github.com/bitnami/containers/blob/main/CONTRIBUTING.md). -## 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 submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.