[bitnami/redmine] Release 5.0.4-debian-11-r27 (#24401)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8442d7582b
commit
c76836fcf7
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T17:55:50Z" \
|
||||
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-r26" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redmine" \
|
||||
org.opencontainers.image.ref.name="5.0.4-debian-11-r27" \
|
||||
org.opencontainers.image.title="redmine" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="5.0.4"
|
||||
|
|
@ -22,12 +22,12 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages acl ca-certificates curl ghostscript git gsfonts imagemagick libaudit1 libbsd0 libcap-ng0 libcom-err2 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadb3 libmd0 libncurses6 libnettle8 libp11-kit0 libpam0g libpq5 libreadline-dev libreadline8 libsasl2-2 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 procps sqlite3 zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"yq-4.30.8-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-3.0.5-2-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.12-0-linux-${OS_ARCH}-debian-11" \
|
||||
"redmine-5.0.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.30.8-2-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-3.0.5-3-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.2.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.12-1-linux-${OS_ARCH}-debian-11" \
|
||||
"redmine-5.0.4-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,44 +1,44 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b",
|
||||
"digest": "f6056076afb745fd7d9d87d20f71e7248d63330352cf5ae0be2130b7f44a8cfa",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.16.0-1"
|
||||
"version": "1.16.0-2"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "f1d55c82fe67003513561ab0b4c91f2e7699d4eaaa5d417dc4ed6be50cb4cbed",
|
||||
"digest": "dbc087bd90a6387956751464da45660229b3e7349b96099805e61dcbc2514853",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.6.12-0"
|
||||
"version": "10.6.12-1"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "61b00bfe3c2675486aa377b10b1b7a5d3bdb161914729fa2c5ec3c90749cbdf8",
|
||||
"digest": "29659c3d87558bf03d65ffd4dfd4fee76cc89e05ec0ac595e26dc72b8e15dc14",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.2.0-0"
|
||||
"version": "15.2.0-1"
|
||||
},
|
||||
"redmine": {
|
||||
"arch": "amd64",
|
||||
"digest": "31bfc798283740f16e253d691548104d7db8c55e3bd2ce6fbdb074dee98bf316",
|
||||
"digest": "b9342bbf66d01fa21ca857d781f236044335aabc0fb6b287ba45b33ab277019d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.4-1"
|
||||
"version": "5.0.4-2"
|
||||
},
|
||||
"ruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "b577d1f22323f236c985caec199676729c1bf104475a37cc85925d291685a71b",
|
||||
"digest": "bdf68921ebc087c51971c782949e70199f35134a2ff43692dc1220a3a4b0a74d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.5-2"
|
||||
"version": "3.0.5-3"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "33fec06619aa3c1f7ea3c2516bf36f79af01354972ff06998ca6fe1d65078998",
|
||||
"digest": "2fcd60b9977991e83f7066cf6da2c319b21483cdc67597625af37fa753534faf",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.30.8-1"
|
||||
"version": "4.30.8-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -88,7 +88,7 @@ docker network create redmine-network
|
|||
#### Step 2: Create a volume for MariaDB persistence and create a MariaDB container
|
||||
|
||||
```console
|
||||
docker volume create --name mariadb_data
|
||||
$ docker volume create --name mariadb_data
|
||||
docker run -d --name mariadb \
|
||||
--env ALLOW_EMPTY_PASSWORD=yes \
|
||||
--env MARIADB_USER=bn_redmine \
|
||||
|
|
@ -102,7 +102,7 @@ docker run -d --name mariadb \
|
|||
#### Step 3: Create volumes for Redmine persistence and launch the container
|
||||
|
||||
```console
|
||||
docker volume create --name redmine_data
|
||||
$ docker volume create --name redmine_data
|
||||
docker run -d --name redmine \
|
||||
-p 8080:8080 -p 8443:8443 \
|
||||
--env ALLOW_EMPTY_PASSWORD=yes \
|
||||
|
|
@ -206,7 +206,7 @@ When you start the Redmine image, you can adjust the configuration of the instan
|
|||
- For manual execution add a `--env` option with each variable and value:
|
||||
|
||||
```console
|
||||
docker run -d --name redmine -p 80:8080 -p 443:8443 \
|
||||
$ docker run -d --name redmine -p 80:8080 -p 443:8443 \
|
||||
--env REDMINE_PASSWORD=my_password \
|
||||
--network redmine-tier \
|
||||
--volume /path/to/redmine-persistence:/bitnami \
|
||||
|
|
@ -302,7 +302,7 @@ This would be an example of SMTP configuration using a Gmail account:
|
|||
- For manual execution:
|
||||
|
||||
```console
|
||||
docker run -d --name redmine -p 80:8080 -p 443:8443 \
|
||||
$ docker run -d --name redmine -p 80:8080 -p 443:8443 \
|
||||
--env REDMINE_DATABASE_USER=bn_redmine \
|
||||
--env REDMINE_DATABASE_NAME=bitnami_redmine \
|
||||
--env REDMINE_SMTP_HOST=smtp.gmail.com \
|
||||
|
|
@ -337,7 +337,7 @@ The Bitnami Redmine container supports connecting the Redmine application to an
|
|||
- For manual execution:
|
||||
|
||||
```console
|
||||
docker run -d --name redmine\
|
||||
$ docker run -d --name redmine\
|
||||
-p 8080:8080 -p 8443:8443 \
|
||||
--network redmine-network \
|
||||
--env REDMINE_DATABASE_HOST=mariadb_host \
|
||||
|
|
@ -401,7 +401,7 @@ Restoring a backup is as simple as mounting the backup as volumes in the contain
|
|||
For the MariaDB database container:
|
||||
|
||||
```diff
|
||||
docker run -d --name mariadb \
|
||||
$ docker run -d --name mariadb \
|
||||
...
|
||||
- --volume /path/to/mariadb-persistence:/bitnami/mariadb \
|
||||
+ --volume /path/to/mariadb-backups/latest:/bitnami/mariadb \
|
||||
|
|
@ -411,7 +411,7 @@ For the MariaDB database container:
|
|||
For the Redmine container:
|
||||
|
||||
```diff
|
||||
docker run -d --name redmine \
|
||||
$ docker run -d --name redmine \
|
||||
...
|
||||
- --volume /path/to/redmine-persistence:/bitnami/redmine \
|
||||
+ --volume /path/to/redmine-backups/latest:/bitnami/redmine \
|
||||
|
|
|
|||
Loading…
Reference in New Issue