diff --git a/bitnami/wavefront-hpa-adapter/0/scratch/Dockerfile b/bitnami/wavefront-hpa-adapter/0/scratch/Dockerfile index c344039811af..8ae81f48a6c1 100644 --- a/bitnami/wavefront-hpa-adapter/0/scratch/Dockerfile +++ b/bitnami/wavefront-hpa-adapter/0/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="0.9.9-scratch-r10" \ + org.opencontainers.image.ref.name="0.9.9-scratch-r11" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wavefront-hpa-adapter" \ org.opencontainers.image.title="wavefront-hpa-adapter" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/wavefront-hpa-adapter/README.md b/bitnami/wavefront-hpa-adapter/README.md index ac69b5c1a4b3..b9860603820c 100644 --- a/bitnami/wavefront-hpa-adapter/README.md +++ b/bitnami/wavefront-hpa-adapter/README.md @@ -27,8 +27,7 @@ $ docker run --name wavefront-hpa-adapter bitnami/wavefront-hpa-adapter:latest 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/). - -* [`0`, `0-scratch`, `0.9.9`, `0.9.9-scratch-r10`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-hpa-adapter/0/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). @@ -72,7 +71,7 @@ Check the [official Wavefront HPA Adapter for Kubernetes documentation](https:// ## 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