1.7.9-ol-7-r65 release

This commit is contained in:
Bitnami Bot 2019-12-25 03:01:13 +00:00
parent 36bfa80101
commit 4fe216948f
3 changed files with 3 additions and 6 deletions

View File

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

View File

@ -266,7 +266,7 @@ influxdb_start_bg_noauth() {
info "Starting InfluxDB in background..."
local start_command=("${INFLUXDB_BIN_DIR}/influxd" "-config" "$INFLUXDB_CONF_FILE")
am_i_root && start_command=("gosu" "$INFLUXDB_DAEMON_USER" "${start_command[@]}")
INFLUXDB_HTTP_HTTPS_ENABLED=false debug_execute "${start_command[@]}" &
INFLUXDB_HTTP_HTTPS_ENABLED=false INFLUXDB_HTTP_BIND_ADDRESS="127.0.0.1:${INFLUXDB_HTTP_PORT_NUMBER}" debug_execute "${start_command[@]}" &
wait-for-port "$INFLUXDB_PORT_NUMBER"
}
@ -426,8 +426,6 @@ influxdb_initialize() {
influxdb_create_config
fi
local -r original_http_bind_address="$INFLUXDB_HTTP_BIND_ADDRESS"
export INFLUXDB_HTTP_BIND_ADDRESS="127.0.0.1:${INFLUXDB_HTTP_PORT_NUMBER}"
if is_dir_empty "$INFLUXDB_DATA_DIR"; then
info "Deploying InfluxDB from scratch"
if is_boolean_yes "$INFLUXDB_HTTP_AUTH_ENABLED"; then
@ -447,7 +445,6 @@ influxdb_initialize() {
else
info "Deploying InfluxDB with persisted data"
fi
export INFLUXDB_HTTP_BIND_ADDRESS="$original_http_bind_address"
}
########################

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