[bitnami/grafana-tempo-vulture] Release 1.5.0-debian-11-r72 (#27606)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
69a81f4ff4
commit
1c660a0564
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||||
org.opencontainers.image.created="2023-03-13T20:53:47Z" \
|
org.opencontainers.image.created="2023-03-18T21:43:11Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="1.5.0-debian-11-r71" \
|
org.opencontainers.image.ref.name="1.5.0-debian-11-r72" \
|
||||||
org.opencontainers.image.title="grafana-tempo-vulture" \
|
org.opencontainers.image.title="grafana-tempo-vulture" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="1.5.0"
|
org.opencontainers.image.version="1.5.0"
|
||||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
RUN install_packages ca-certificates curl procps
|
RUN install_packages ca-certificates curl procps
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"grafana-tempo-vulture-1.5.0-6-linux-${OS_ARCH}-debian-11" \
|
"grafana-tempo-vulture-1.5.0-7-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"grafana-tempo-vulture": {
|
"grafana-tempo-vulture": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "b286c818b6fb1eedbf30dddfc3fa8610b50be1903ec96bc28877d674b790692c",
|
"digest": "7fda3d5493796423060a5074139e19b628b975a6fd49a871c89dbec72be7eca9",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.5.0-6"
|
"version": "1.5.0-7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue