[bitnami/redmine] Release 5.0.4-debian-11-r31 (#25992)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f4f9430c7f
commit
2b681159b2
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-26T22:41:13Z" \
|
||||
org.opencontainers.image.created="2023-03-01T23:26:45Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="5.0.4-debian-11-r30" \
|
||||
org.opencontainers.image.ref.name="5.0.4-debian-11-r31" \
|
||||
org.opencontainers.image.title="redmine" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="5.0.4"
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@ redmine_env_vars=(
|
|||
SMTP_PASSWORD
|
||||
SMTP_PROTOCOL
|
||||
SMTP_AUTHENTICATION
|
||||
SMTP_OPENSSL_VERIFY_MODE
|
||||
SMTP_CA_FILE
|
||||
REDMINE_DB_MYSQL
|
||||
REDMINE_DB_POSTGRES
|
||||
MARIADB_HOST
|
||||
|
|
@ -126,7 +128,6 @@ export REDMINE_SMTP_OPENSSL_VERIFY_MODE="${REDMINE_SMTP_OPENSSL_VERIFY_MODE:-pee
|
|||
REDMINE_SMTP_CA_FILE="${REDMINE_SMTP_CA_FILE:-"${SMTP_CA_FILE:-}"}"
|
||||
export REDMINE_SMTP_CA_FILE="${REDMINE_SMTP_CA_FILE:-/etc/ssl/certs/ca-certificates.crt}" # only used during the first initialization
|
||||
|
||||
|
||||
# Database configuration
|
||||
export REDMINE_DATABASE_TYPE="${REDMINE_DATABASE_TYPE:-mariadb}" # only used during the first initialization
|
||||
export REDMINE_DEFAULT_DATABASE_HOST="mariadb" # only used at build time
|
||||
|
|
|
|||
|
|
@ -276,8 +276,6 @@ To configure Redmine to send email using SMTP you can set the following environm
|
|||
- `REDMINE_SMTP_PASSWORD`: SMTP account password.
|
||||
- `REDMINE_SMTP_PROTOCOL`: If specified, SMTP protocol to use. Allowed values: *tls*, *ssl*. No default.
|
||||
- `REDMINE_SMTP_AUTH`: SMTP authentication method. Allowed values: *login*, *plain*, *cram_md5*. Default: **login**.
|
||||
- `REDMINE_SMTP_CA_FILE`: Path to the SMTP CA file. Default: **/etc/ssl/certs/ca-certificates.crt**.
|
||||
- `REDMINE_SMTP_VERIFY_MODE`: SMTP sets the level of verification for the SSL certificate presented by the server. Allowed values: *none*, *peer*. Default: **peer**.
|
||||
|
||||
#### Examples
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue