mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 17:37:22 +08:00
[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:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user