[bitnami/jaeger] Release 1.42.0-debian-11-r4 (#24408)

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

View File

@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-17T18:26:17Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.42.0-debian-11-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jaeger" \
org.opencontainers.image.ref.name="1.42.0-debian-11-r4" \
org.opencontainers.image.title="jaeger" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.42.0"
@ -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=( \
"jaeger-1.42.0-0-linux-${OS_ARCH}-debian-11" \
"jaeger-1.42.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"jaeger": {
"arch": "amd64",
"digest": "e3bfcc3e021493a8c5e335b832ad1f83e6c7811111ab9ce9fbd41b380aae8592",
"digest": "088e2fac893bb0e04d1a73e35d6c07091cf6f91ee9cd478f7cbe8d5f2de5b9ec",
"distro": "debian-11",
"type": "NAMI",
"version": "1.42.0-0"
"version": "1.42.0-1"
}
}

View File

@ -6,6 +6,8 @@
[Overview of jaeger](https://www.jaegertracing.io/)
## TL;DR
```console