[bitnami/wavefront-kubernetes-collector] Release 1.11.0-scratch-r11 (#4283)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
c5c7a5c1b8
commit
8d406a3329
|
|
@ -15,6 +15,13 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
|
||||
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.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." \
|
||||
org.opencontainers.image.version="1.11.0"
|
||||
COPY prebuildfs /
|
||||
COPY --from=builder /opt/bitnami/wavefront/bin/wavefront-collector /wavefront-collector
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-scratch"
|
||||
- "1.11.0"
|
||||
- "latest"
|
||||
|
|
@ -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-r10`, `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-r11`, `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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue