diff --git a/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile b/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile index a28de47bf871..2b1784c71269 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile +++ b/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.0.5-debian-11-r46" \ + org.opencontainers.image.ref.name="1.0.5-debian-11-r47" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wavefront-prometheus-storage-adapter" \ org.opencontainers.image.title="wavefront-prometheus-storage-adapter" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -30,7 +30,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 RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/wavefront-prometheus-storage-adapter/README.md b/bitnami/wavefront-prometheus-storage-adapter/README.md index 6f4ae8f6ab3d..60cc1268d28e 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/README.md +++ b/bitnami/wavefront-prometheus-storage-adapter/README.md @@ -27,8 +27,7 @@ $ docker run --name wavefront-prometheus-storage-adapter bitnami/wavefront-prome 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/). - -* [`1`, `1-debian-11`, `1.0.5`, `1.0.5-debian-11-r46`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile) +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).