1.7.10-ol-7-r0 release
This commit is contained in:
parent
714232a85f
commit
6ce8ce017a
|
|
@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl glibc gzip hostname libaio-devel procps-ng sudo tar unzip which
|
||||
RUN . ./libcomponent.sh && component_unpack "influxdb" "1.7.9-0" --checksum 7fe4650e66b71e205a4aa4c9028463d0f0399538f685352792decf2b6f93a65f
|
||||
RUN . ./libcomponent.sh && component_unpack "influxdb" "1.7.10-0" --checksum 7703487a04d7e29cc921cd26fafdca3d2f04a57503444a8adad3d61faccab71c
|
||||
RUN yum upgrade -y && \
|
||||
rm -r /var/cache/yum
|
||||
RUN /build/install-gosu.sh
|
||||
|
|
@ -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.9-ol-7-r104" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.10-ol-7-r0" \
|
||||
PATH="/opt/bitnami/influxdb/bin:$PATH"
|
||||
|
||||
VOLUME [ "/bitnami/influxdb" ]
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.7.9-ol-7-r104` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.9-ol-7-r104/1/ol-7/Dockerfile)
|
||||
* [`1-debian-10`, `1.7.9-debian-10-r12`, `1`, `1.7.9`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.9-debian-10-r12/1/debian-10/Dockerfile)
|
||||
* [`1-ol-7`, `1.7.10-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.10-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`1-debian-10`, `1.7.10-debian-10-r0`, `1`, `1.7.10`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.10-debian-10-r0/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