mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
[bitnami/grafana-tempo-query] Release 2.0.1-debian-11-r0 (#26124)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-01T20:06:43Z" \
|
||||
org.opencontainers.image.created="2023-03-03T16:54:38Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.0.0-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="2.0.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="grafana-tempo-query" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.0.0"
|
||||
org.opencontainers.image.version="2.0.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"grafana-tempo-query-2.0.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
"grafana-tempo-query-2.0.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="2.0.0" \
|
||||
ENV APP_VERSION="2.0.1" \
|
||||
BITNAMI_APP_NAME="grafana-tempo-query" \
|
||||
GRPC_STORAGE_PLUGIN_BINARY="/opt/bitnami/grafana-tempo-query/bin/tempo-query" \
|
||||
PATH="/opt/bitnami/grafana-tempo-query/bin:/opt/bitnami/jaeger-query/bin:$PATH" \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"grafana-tempo-query": {
|
||||
"arch": "amd64",
|
||||
"digest": "f9982aac7a28f9226823d6686e6e72a8d36be7609e2a33bbf8e1096cf09fd40a",
|
||||
"digest": "c09b7b11a478e1c13a916836c288d481ef857ccd4fe7caad1dce5804520738a1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.0.0-3"
|
||||
"version": "2.0.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.0.0
|
||||
- 2.0.1
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user