[bitnami/wavefront-kubernetes-collector] Release 1.11.0-scratch-r12 (#4544)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-08-30 02:11:26 +02:00 committed by GitHub
parent bbaab85d92
commit 1d5ae507c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View File

@ -5,11 +5,14 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates gzip tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-1.11.0-152-linux-amd64-debian-11.tar.gz && \
echo "ba9d3388d64d42b73d082e461ce269fe0a1546f2043b9930b3189573d45c2fbb /tmp/bitnami/pkg/cache/wavefront-1.11.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/wavefront-1.11.0-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/wavefront-1.11.0-152-linux-amd64-debian-11.tar.gz
RUN install_packages ca-certificates curl gzip tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f wavefront-1.11.0-153-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/wavefront-1.11.0-153-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "087d8444d5bf24e5b0fd6e9b551feb509852103f3e2d7bd4fb903e5274626254 wavefront-1.11.0-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf wavefront-1.11.0-153-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf wavefront-1.11.0-153-linux-amd64-debian-11.tar.gz
######
@ -17,7 +20,7 @@ FROM scratch
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.11.0-scratch-r11" \
org.opencontainers.image.ref.name="1.11.0-scratch-r12" \
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." \

View File

@ -1,9 +1,9 @@
{
"wavefront": {
"arch": "amd64",
"digest": "ba9d3388d64d42b73d082e461ce269fe0a1546f2043b9930b3189573d45c2fbb",
"digest": "087d8444d5bf24e5b0fd6e9b551feb509852103f3e2d7bd4fb903e5274626254",
"distro": "debian-11",
"type": "NAMI",
"version": "1.11.0-152"
"version": "1.11.0-153"
}
}

View File

@ -28,7 +28,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.11.0`, `1.11.0-scratch-r11`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile)
* [`1`, `1-scratch`, `1.11.0`, `1.11.0-scratch-r12`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).