2.1.1-debian-10-r104 release

This commit is contained in:
Bitnami Bot
2022-03-26 05:18:40 +00:00
parent e4784ec413
commit 3ee04edef4
4 changed files with 2 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/influxdb/postunpack.sh
ENV APP_VERSION="2.1.1" \
BITNAMI_APP_NAME="influxdb" \
BITNAMI_IMAGE_VERSION="2.1.1-debian-10-r103" \
BITNAMI_IMAGE_VERSION="2.1.1-debian-10-r104" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/influxdb/bin:$PATH"
VOLUME [ "/bitnami/influxdb" ]

View File

@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@@ -171,7 +171,6 @@ influxdb_validate() {
}
# InfluxDB secret files validations
local -a user_envs=("INFLUXDB_ADMIN_USER" "INFLUXDB_USER" "INFLUXDB_READ_USER" "INFLUXDB_WRITE_USER")
local -a pwd_file_envs=("INFLUXDB_ADMIN_USER_PASSWORD_FILE" "INFLUXDB_ADMIN_USER_TOKEN_FILE" "INFLUXDB_USER_PASSWORD_FILE")
for pwd_file in "${pwd_file_envs[@]}"; do

View File

@@ -43,7 +43,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/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r103`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.1.1-debian-10-r103/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r104`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.1.1-debian-10-r104/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/influxdb GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb).