mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/wavefront-hpa-adapter] Release 0.9.9-scratch-r1 (#311)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,10 +6,10 @@ 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-hpa-adapter-0.9.8-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "dd1cafc4c52d74c2894838a3301bf364f520c5fc64f5e53426a1f17bbf620a5b /tmp/bitnami/pkg/cache/wavefront-hpa-adapter-0.9.8-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-hpa-adapter-0.9.8-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wavefront-hpa-adapter-0.9.8-151-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-hpa-adapter-0.9.9-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "ccdfff6e2ca42706130ac087efb238ffb974c4c2f351ea676c681d2baf73324f /tmp/bitnami/pkg/cache/wavefront-hpa-adapter-0.9.9-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wavefront-hpa-adapter-0.9.9-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wavefront-hpa-adapter-0.9.9-0-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"wavefront-hpa-adapter": {
|
||||
"arch": "amd64",
|
||||
"digest": "dd1cafc4c52d74c2894838a3301bf364f520c5fc64f5e53426a1f17bbf620a5b",
|
||||
"digest": "ccdfff6e2ca42706130ac087efb238ffb974c4c2f351ea676c681d2baf73324f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.9.8-151"
|
||||
"version": "0.9.9-0"
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,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.8`, `0.9.8-scratch-r25`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-hpa-adapter/blob/0.9.8-scratch-r25/0/scratch/Dockerfile)
|
||||
* [`0`, `0-scratch`, `0.9.9`, `0.9.9-scratch-r1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-hpa-adapter/blob/0.9.9-scratch-r1/0/scratch/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wavefront-hpa-adapter GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-hpa-adapter).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user