[bitnami/influxdb] Release 3.6.0-debian-12-r0 (#87970)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
0e058fe6cd
commit
9fc080597d
|
|
@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-10-11T12:25:28Z" \
|
||||
org.opencontainers.image.created="2025-10-29T22:12:21Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/influxdb/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/influxdb" \
|
||||
org.opencontainers.image.title="influxdb" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="3.5.0"
|
||||
org.opencontainers.image.version="3.6.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -29,8 +29,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"libpython-3.12.12-0-linux-${OS_ARCH}-debian-12" \
|
||||
"influxdb-3.5.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-2-linux-${OS_ARCH}-debian-12" \
|
||||
"influxdb-3.6.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-3-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -48,9 +48,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/influxdb/postunpack.sh
|
||||
ENV APP_VERSION="3.5.0" \
|
||||
ENV APP_VERSION="3.6.0" \
|
||||
BITNAMI_APP_NAME="influxdb" \
|
||||
IMAGE_REVISION="2" \
|
||||
IMAGE_REVISION="0" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/python/lib:$LD_LIBRARY_PATH" \
|
||||
PATH="/opt/bitnami/influxdb/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Bitnami Stack for InfluxDB™
|
||||
# Bitnami Stack for InfluxDB™ Core
|
||||
|
||||
## What is InfluxDB™ Core?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue