1.7.9-ol-7-r59 release

This commit is contained in:
Bitnami Bot 2019-12-19 03:43:45 +00:00
parent ef0be77e69
commit 013b65390c
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,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-r58" \
BITNAMI_IMAGE_VERSION="1.7.9-ol-7-r59" \
PATH="/opt/bitnami/influxdb/bin:$PATH"
VOLUME [ "/bitnami/influxdb" ]

View File

@ -201,7 +201,7 @@ influxdb_conf_get() {
local -r key="${1:?missing key}"
# local -r section="${2:?missing section}"
grep -oP "^ *$key *= *\K.*$" "$INFLUXDB_CONF_FILE"
sed -n -e "s/^ *$key *= *//p" "$INFLUXDB_CONF_FILE"
# toml-parser -r "$section" "$key" "$INFLUXDB_CONF_FILE"
}

View File

@ -39,7 +39,7 @@ 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-r58` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.9-ol-7-r58/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.7.9-ol-7-r59` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.9-ol-7-r59/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.7.9-debian-9-r33`, `1`, `1.7.9`, `1.7.9-r33`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.7.9-debian-9-r33/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/influxdb GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb).