diff --git a/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile b/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile index 4e654107c886..1c47eecd8160 100644 --- a/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile +++ b/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile @@ -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,7 +34,7 @@ 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="1.12.0-scratch-r3" \ + org.opencontainers.image.ref.name="1.12.0-scratch-r4" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wavefront-kubernetes-collector" \ org.opencontainers.image.title="wavefront-kubernetes-collector" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/wavefront-kubernetes-collector/README.md b/bitnami/wavefront-kubernetes-collector/README.md index d428fbb1d390..1f2095a4f4fb 100644 --- a/bitnami/wavefront-kubernetes-collector/README.md +++ b/bitnami/wavefront-kubernetes-collector/README.md @@ -27,8 +27,7 @@ $ docker run --name wavefront-kubernetes-collector bitnami/wavefront-kubernetes- 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-scratch`, `1.12.0`, `1.12.0-scratch-r3`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-kubernetes-collector/1/scratch/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). @@ -66,7 +65,7 @@ $ docker run --rm --name wavefront-kubernetes-collector bitnami/wavefront-kubern ## 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