1.7.10-debian-10-r10 release
This commit is contained in:
parent
22c3e480a7
commit
5d15074b96
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 procps sudo unzip
|
||||
RUN . ./libcomponent.sh && component_unpack "influxdb" "1.7.10-0" --checksum 14419072474d43544834de91298d26dbe007ce08ce249a67b7e0c808b0f9cc70
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN /build/install-gosu.sh
|
||||
RUN curl --silent -L https://github.com/bitnami/wait-for-port/releases/download/v1.0/wait-for-port.zip > /tmp/wait-for-port.zip && \
|
||||
|
|
@ -22,7 +22,7 @@ RUN curl --silent -L https://github.com/bitnami/wait-for-port/releases/download/
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="influxdb" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.10-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.10-debian-10-r10" \
|
||||
PATH="/opt/bitnami/influxdb/bin:$PATH"
|
||||
|
||||
VOLUME [ "/bitnami/influxdb" ]
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1-ol-7`, `1.7.10-ol-7-r9` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.10-ol-7-r9/1/ol-7/Dockerfile)
|
||||
* [`1-debian-10`, `1.7.10-debian-10-r9`, `1`, `1.7.10`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.10-debian-10-r9/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.7.10-debian-10-r10`, `1`, `1.7.10`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.10-debian-10-r10/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/influxdb GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue