mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/jaeger] Release 1.39.0-debian-11-r4 (#13909)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.39.0-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="1.39.0-debian-11-r4" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jaeger" \
|
||||
org.opencontainers.image.title="jaeger" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -21,7 +21,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.39.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"jaeger-1.39.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"jaeger": {
|
||||
"arch": "amd64",
|
||||
"digest": "aa2d3be2659593cb9a61890ce6a850a368f7eef18bfe9dedce94d1aef5883b0b",
|
||||
"digest": "309896285804ee821c94b1f5103e9c61e32563c03165fc96e519aa68439cf646",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.39.0-2"
|
||||
"version": "1.39.0-3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user