mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 09:27:22 +08:00
[bitnami/jaeger] Release 1.40.0-debian-11-r0 (#16261)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ 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-r10" \
|
||||
org.opencontainers.image.ref.name="1.40.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.39.0"
|
||||
org.opencontainers.image.version="1.40.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -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-3-linux-${OS_ARCH}-debian-11" \
|
||||
"jaeger-1.40.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -37,7 +37,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.39.0" \
|
||||
ENV APP_VERSION="1.40.0" \
|
||||
BITNAMI_APP_NAME="jaeger" \
|
||||
PATH="/opt/bitnami/jaeger/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"jaeger": {
|
||||
"arch": "amd64",
|
||||
"digest": "309896285804ee821c94b1f5103e9c61e32563c03165fc96e519aa68439cf646",
|
||||
"digest": "f17ec1e63e79f9ed60fa8f6e80a2e9c4c180d2c5fd75abbe0567bb5e5095b5fd",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.39.0-3"
|
||||
"version": "1.40.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.39.0"
|
||||
- "1.40.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user