mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/jaeger] Release 1.42.0-debian-11-r0 (#23049)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ 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-r12" \
|
||||
org.opencontainers.image.ref.name="1.42.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jaeger" \
|
||||
org.opencontainers.image.title="jaeger" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.41.0"
|
||||
org.opencontainers.image.version="1.42.0"
|
||||
|
||||
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=( \
|
||||
"jaeger-1.41.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"jaeger-1.42.0-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="1.41.0" \
|
||||
ENV APP_VERSION="1.42.0" \
|
||||
BITNAMI_APP_NAME="jaeger" \
|
||||
PATH="/opt/bitnami/jaeger/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"jaeger": {
|
||||
"arch": "amd64",
|
||||
"digest": "eb5296797cb2e79600eeb1138f767695768ea4ba6788abfcb401ca3c51401fc8",
|
||||
"digest": "e3bfcc3e021493a8c5e335b832ad1f83e6c7811111ab9ce9fbd41b380aae8592",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.41.0-2"
|
||||
"version": "1.42.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.41.0"
|
||||
- "1.42.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user