mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 00:17:18 +08:00
[bitnami/influxdb] Release 2.5.0-debian-11-r0 (#12192)
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="2.4.0-debian-11-r23" \
|
||||
org.opencontainers.image.ref.name="2.5.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/influxdb" \
|
||||
org.opencontainers.image.title="influxdb" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.4.0"
|
||||
org.opencontainers.image.version="2.5.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libgcc-s1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.3-155-linux-${OS_ARCH}-debian-11" \
|
||||
"influxdb-2.4.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
"influxdb-2.5.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/influxdb/postunpack.sh
|
||||
ENV APP_VERSION="2.4.0" \
|
||||
ENV APP_VERSION="2.5.0" \
|
||||
BITNAMI_APP_NAME="influxdb" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/influxdb/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"influxdb": {
|
||||
"arch": "amd64",
|
||||
"digest": "019992da48da9619d0ef206f0a4a2123d0688a534076961c61fb667d981185d7",
|
||||
"digest": "3c9e1cbf40fa2f0da4bdbc34c299a15b38f3449e8062b031338bcc0097ee67ae",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.0-4"
|
||||
"version": "2.5.0-0"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.4.0"
|
||||
- "2.5.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user