mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
[bitnami/influxdb] Release 2.6.1-debian-11-r0 (#18516)
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" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="2.6.0-debian-11-r4" \
|
org.opencontainers.image.ref.name="2.6.1-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/influxdb" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/influxdb" \
|
||||||
org.opencontainers.image.title="influxdb" \
|
org.opencontainers.image.title="influxdb" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="2.6.0"
|
org.opencontainers.image.version="2.6.1"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
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/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||||
"influxdb-2.6.0-0-linux-${OS_ARCH}-debian-11" \
|
"influxdb-2.6.1-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/influxdb/postunpack.sh
|
RUN /opt/bitnami/scripts/influxdb/postunpack.sh
|
||||||
ENV APP_VERSION="2.6.0" \
|
ENV APP_VERSION="2.6.1" \
|
||||||
BITNAMI_APP_NAME="influxdb" \
|
BITNAMI_APP_NAME="influxdb" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/influxdb/bin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/influxdb/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
},
|
},
|
||||||
"influxdb": {
|
"influxdb": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "58f5dbdd4f95b5b213c8d4955170badaebb6a3fc244b8a7764df8d60038879a5",
|
"digest": "2302b21ef26bd9c21c7c94958b0e0fa2d05559bc7c5f67a241151c83f4e22970",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.6.0-0"
|
"version": "2.6.1-0"
|
||||||
},
|
},
|
||||||
"wait-for-port": {
|
"wait-for-port": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "2"
|
- "2"
|
||||||
- "2-debian-11"
|
- "2-debian-11"
|
||||||
- "2.6.0"
|
- "2.6.1"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user