From 653b557af3927415adc71df10a01bbb17874ba20 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 12 Feb 2020 23:10:30 +0000 Subject: [PATCH] Run update.sh --- bonita/README.md | 24 ++++++++++++------------ node/README.md | 14 +++++++------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bonita/README.md b/bonita/README.md index d04b32c47..0650b1da2 100644 --- a/bonita/README.md +++ b/bonita/README.md @@ -17,7 +17,7 @@ WARNING: # Supported tags and respective `Dockerfile` links - [`7.9.4`, `7.9`](https://github.com/Bonitasoft-Community/docker_bonita/blob/4ce826e88b107ab685c4df72af1960dda68890f1/7.9/Dockerfile) -- [`7.10.0`, `7.10`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/2b5e50df53c284cfb3c41626450853dd57a9fb55/7.10/Dockerfile) +- [`7.10.1`, `7.10`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/e03cc6efc2e54edf11f36805502258df3d05e5a7/7.10/Dockerfile) # Quick reference @@ -265,9 +265,9 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat ```console cd bonita_migration - wget https://release.ow2.org/bonita/bonita-migration-distrib-2.46.1.zip + wget https://release.ow2.org/bonita/bonita-migration-distrib-2.47.0.zip wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip - unzip bonita-migration-distrib-2.46.1.zip + unzip bonita-migration-distrib-2.47.0.zip unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip ``` @@ -282,14 +282,14 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat ```console cd bonita_migration - wget https://release.ow2.org/bonita/bonita-migration-distrib-2.46.1.zip - unzip bonita-migration-distrib-2.46.1.zip + wget https://release.ow2.org/bonita/bonita-migration-distrib-2.47.0.zip + unzip bonita-migration-distrib-2.47.0.zip ``` - Configure the migration tool ```console - $ cd bonita-migration-distrib-2.46.1 + $ cd bonita-migration-distrib-2.47.0 ``` edit the migration tool config to point towards the copy of bonita home and db @@ -326,17 +326,17 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat - If >= 7.3.0 ```console - $ docker run --name=bonita_7.10.0_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.10.0 + $ docker run --name=bonita_7.10.1_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.10.1 ``` - Reapply specific configuration if needed, for example with a version >= 7.3.0 : ```console - $ docker exec -ti bonita_7.10.0_postgres /bin/bash + $ docker exec -ti bonita_7.10.1_postgres /bin/bash ``` ```console - $ cd /opt/bonita/BonitaCommunity-7.10.0/setup + $ cd /opt/bonita/BonitaCommunity-7.10.1/setup $ ./setup.sh pull $ TENANT_LOGIN=tech_user $ TENANT_PASSWORD=secret @@ -356,7 +356,7 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat ``` ```console - $ docker restart bonita_7.10.0_postgres + $ docker restart bonita_7.10.1_postgres ``` - Specific consideration regarding migration to Java 11 in Bonita 7.9 @@ -480,7 +480,7 @@ For example, you can increase the log level : ```console $ mkdir -p custom_bonita $ echo '#!/bin/bash' > custom_bonita/bonita.sh -$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.10.0/server/conf/logging.properties' >> custom_bonita/bonita.sh +$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.10.1/server/conf/logging.properties' >> custom_bonita/bonita.sh $ chmod +x custom_bonita/bonita.sh $ docker run --name bonita_custom -v "$PWD"/custom_bonita/:/opt/custom-init.d -d -p 8080:8080 bonita @@ -498,7 +498,7 @@ Note: There are several ways to check the `bonita` logs. Till Bonita 7.8, one of ```console $ docker exec -ti bonita_custom /bin/bash -tail -f /opt/bonita/BonitaCommunity-7.10.0/server/logs/bonita.`date +%Y-%m-%d`.log +tail -f /opt/bonita/BonitaCommunity-7.10.1/server/logs/bonita.`date +%Y-%m-%d`.log ``` Since Bonita 7.9 bonita logs are redirected towards standard output and directly accessible using diff --git a/node/README.md b/node/README.md index 1595b025f..02256f26c 100644 --- a/node/README.md +++ b/node/README.md @@ -22,13 +22,13 @@ WARNING: - [`13.8.0-buster-slim`, `13.8-buster-slim`, `13-buster-slim`, `buster-slim`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/13/buster-slim/Dockerfile) - [`13.8.0-alpine3.10`, `13.8-alpine3.10`, `13-alpine3.10`, `alpine3.10`](https://github.com/nodejs/docker-node/blob/5a27a54ba67e344859ecd17a90e266fbeb4e828f/13/alpine3.10/Dockerfile) - [`13.8.0-alpine3.11`, `13.8-alpine3.11`, `13-alpine3.11`, `alpine3.11`, `13.8.0-alpine`, `13.8-alpine`, `13-alpine`, `alpine`](https://github.com/nodejs/docker-node/blob/5a27a54ba67e344859ecd17a90e266fbeb4e828f/13/alpine3.11/Dockerfile) -- [`12.15.0-stretch`, `12.15-stretch`, `12-stretch`, `erbium-stretch`, `lts-stretch`, `current-stretch`, `12.15.0`, `12.15`, `12`, `erbium`, `lts`, `current`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/12/stretch/Dockerfile) -- [`12.15.0-stretch-slim`, `12.15-stretch-slim`, `12-stretch-slim`, `erbium-stretch-slim`, `lts-stretch-slim`, `current-stretch-slim`, `12.15.0-slim`, `12.15-slim`, `12-slim`, `erbium-slim`, `lts-slim`, `current-slim`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/12/stretch-slim/Dockerfile) -- [`12.15.0-buster`, `12.15-buster`, `12-buster`, `erbium-buster`, `lts-buster`, `current-buster`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/12/buster/Dockerfile) -- [`12.15.0-buster-slim`, `12.15-buster-slim`, `12-buster-slim`, `erbium-buster-slim`, `lts-buster-slim`, `current-buster-slim`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/12/buster-slim/Dockerfile) -- [`12.15.0-alpine3.9`, `12.15-alpine3.9`, `12-alpine3.9`, `erbium-alpine3.9`, `lts-alpine3.9`, `current-alpine3.9`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/12/alpine3.9/Dockerfile) -- [`12.15.0-alpine3.10`, `12.15-alpine3.10`, `12-alpine3.10`, `erbium-alpine3.10`, `lts-alpine3.10`, `current-alpine3.10`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/12/alpine3.10/Dockerfile) -- [`12.15.0-alpine3.11`, `12.15-alpine3.11`, `12-alpine3.11`, `erbium-alpine3.11`, `lts-alpine3.11`, `current-alpine3.11`, `12.15.0-alpine`, `12.15-alpine`, `12-alpine`, `erbium-alpine`, `lts-alpine`, `current-alpine`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/12/alpine3.11/Dockerfile) +- [`12.16.0-stretch`, `12.16-stretch`, `12-stretch`, `erbium-stretch`, `lts-stretch`, `current-stretch`, `12.16.0`, `12.16`, `12`, `erbium`, `lts`, `current`](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/stretch/Dockerfile) +- [`12.16.0-stretch-slim`, `12.16-stretch-slim`, `12-stretch-slim`, `erbium-stretch-slim`, `lts-stretch-slim`, `current-stretch-slim`, `12.16.0-slim`, `12.16-slim`, `12-slim`, `erbium-slim`, `lts-slim`, `current-slim`](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/stretch-slim/Dockerfile) +- [`12.16.0-buster`, `12.16-buster`, `12-buster`, `erbium-buster`, `lts-buster`, `current-buster`](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/buster/Dockerfile) +- [`12.16.0-buster-slim`, `12.16-buster-slim`, `12-buster-slim`, `erbium-buster-slim`, `lts-buster-slim`, `current-buster-slim`](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/buster-slim/Dockerfile) +- [`12.16.0-alpine3.9`, `12.16-alpine3.9`, `12-alpine3.9`, `erbium-alpine3.9`, `lts-alpine3.9`, `current-alpine3.9`](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/alpine3.9/Dockerfile) +- [`12.16.0-alpine3.10`, `12.16-alpine3.10`, `12-alpine3.10`, `erbium-alpine3.10`, `lts-alpine3.10`, `current-alpine3.10`](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/alpine3.10/Dockerfile) +- [`12.16.0-alpine3.11`, `12.16-alpine3.11`, `12-alpine3.11`, `erbium-alpine3.11`, `lts-alpine3.11`, `current-alpine3.11`, `12.16.0-alpine`, `12.16-alpine`, `12-alpine`, `erbium-alpine`, `lts-alpine`, `current-alpine`](https://github.com/nodejs/docker-node/blob/a24f83a3d2646bc0a45511aba312cc4a63f2d965/12/alpine3.11/Dockerfile) - [`10.19.0-jessie`, `10.19-jessie`, `10-jessie`, `dubnium-jessie`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/10/jessie/Dockerfile) - [`10.19.0-jessie-slim`, `10.19-jessie-slim`, `10-jessie-slim`, `dubnium-jessie-slim`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/10/jessie-slim/Dockerfile) - [`10.19.0-stretch`, `10.19-stretch`, `10-stretch`, `dubnium-stretch`, `10.19.0`, `10.19`, `10`, `dubnium`](https://github.com/nodejs/docker-node/blob/46f5203674c748b0701135c8eeea4b250b3ecb6d/10/stretch/Dockerfile)