[bitnami/wavefront-hpa-adapter] Release 0.9.9-scratch-r17 (#24426)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-17 20:04:31 +01:00 committed by GitHub
parent f370796eea
commit ae2ca4ac2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View File

@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"wavefront-hpa-adapter-0.9.9-6-linux-${OS_ARCH}-debian-11" \
"wavefront-hpa-adapter-0.9.9-7-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -32,11 +32,11 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2023-02-17T18:42:30Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.9.9-scratch-r16" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wavefront-hpa-adapter" \
org.opencontainers.image.ref.name="0.9.9-scratch-r17" \
org.opencontainers.image.title="wavefront-hpa-adapter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.9.9"

View File

@ -1,9 +1,9 @@
{
"wavefront-hpa-adapter": {
"arch": "amd64",
"digest": "c40d126658a0cbf16e0d733fb409ac6cccc2029e83d3dadcf5a65cd4d650a205",
"digest": "0d5d155b85770c576f2a9a137d0d3debf139b51b87efb77ca5acb68244ceaab9",
"distro": "debian-11",
"type": "NAMI",
"version": "0.9.9-6"
"version": "0.9.9-7"
}
}

View File

@ -6,6 +6,8 @@
[Overview of Wavefront HPA Adapter for Kubernetes](https://github.com/wavefrontHQ/wavefront-kubernetes-adapter)
## TL;DR
```console