[bitnami/jaeger] Release 1.41.0-debian-11-r5 (#20719)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-17 23:07:56 +01:00
committed by GitHub
parent d6f410e7c7
commit 1b325ffef9
3 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.41.0-debian-11-r4" \
org.opencontainers.image.ref.name="1.41.0-debian-11-r5" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jaeger" \
org.opencontainers.image.title="jaeger" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -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.41.0-0-linux-${OS_ARCH}-debian-11" \
"jaeger-1.41.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": "4f40dcd0df8837bad13c918f463fe1ba96966041af32106a98fa3e5b2b7df455",
"digest": "881ed62d67b11b56e77259c0e27346fa45cde8e026f7814978cd75b9cfb80fb0",
"distro": "debian-11",
"type": "NAMI",
"version": "1.41.0-0"
"version": "1.41.0-1"
}
}

View File

@@ -4,7 +4,7 @@
> Jaeger is a Distributed Tracing System
[Overview of jaeger](https://change.me)
[Overview of jaeger](https://www.jaegertracing.io/)
@@ -67,7 +67,7 @@ To run commands inside this container you can use `docker run`, for example to e
$ docker run --rm --name jaeger bitnami/jaeger:latest --help
```
Check the [official jaeger documentation](https://change.me/docs) for more information.
Check the [official jaeger documentation](https://www.jaegertracing.io//docs) for more information.
## Contributing