mirror of
https://github.com/bitnami/containers.git
synced 2026-02-21 23:57:21 +08:00
2.1.1-debian-10-r104 release
This commit is contained in:
@@ -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" ]
|
||||
|
||||
@@ -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 \
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user