Run update.sh
This commit is contained in:
parent
6d1f9a53c5
commit
3bc95dd9c0
|
|
@ -16,8 +16,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`7.5.4` (*7.5/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8d93ed625153a8446b7be1b6bd18f137af63815f/7.5/Dockerfile)
|
||||
- [`7.6.1`, `latest` (*7.6/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/9f7a0fa1f51ecbbe6dbae3fe16278144038a1397/7.6/Dockerfile)
|
||||
- [`7.5.4` (*7.5/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/d1172a5e81a4cfff488f99af92c8ab772dc17b12/7.5/Dockerfile)
|
||||
- [`7.6.2`, `latest` (*7.6/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/d1172a5e81a4cfff488f99af92c8ab772dc17b12/7.6/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
@ -264,9 +264,9 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
|
|||
|
||||
```console
|
||||
cd bonita_migration
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.27.0.zip
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.28.0.zip
|
||||
wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
|
||||
unzip bonita-migration-distrib-2.27.0.zip
|
||||
unzip bonita-migration-distrib-2.28.0.zip
|
||||
unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
|
||||
```
|
||||
|
||||
|
|
@ -281,13 +281,13 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
|
|||
|
||||
```console
|
||||
cd bonita_migration
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.27.0.zip
|
||||
unzip bonita-migration-distrib-2.27.0.zip
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.28.0.zip
|
||||
unzip bonita-migration-distrib-2.28.0.zip
|
||||
```
|
||||
|
||||
- Configure the migration tool
|
||||
|
||||
cd bonita-migration-distrib-2.27.0
|
||||
cd bonita-migration-distrib-2.28.0
|
||||
|
||||
edit the migration tool config to point towards the copy of bonita home and db
|
||||
|
||||
|
|
@ -329,7 +329,7 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
|
|||
```
|
||||
|
||||
```console
|
||||
$ cd /opt/bonita/BonitaCommunity-7.6.1-Tomcat-8.5.23/setup
|
||||
$ cd /opt/bonita/BonitaCommunity-7.6.2-Tomcat-8.5.23/setup
|
||||
$ ./setup.sh pull
|
||||
$ TENANT_LOGIN=tech_user
|
||||
$ TENANT_PASSWORD=secret
|
||||
|
|
@ -460,7 +460,7 @@ For example, you can increase the log level :
|
|||
|
||||
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.6.1-Tomcat-8.5.23/server/conf/logging.properties' >> custom_bonita/bonita.sh
|
||||
echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.6.2-Tomcat-8.5.23/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
|
||||
|
|
@ -469,7 +469,7 @@ Note: There are several ways to check the `bonita` logs. One of them is
|
|||
|
||||
```console
|
||||
$ docker exec -ti bonita_custom /bin/bash
|
||||
tail -f /opt/bonita/BonitaCommunity-7.6.1-Tomcat-8.5.23/server/logs/bonita.`date +%Y-%m-%d`.log
|
||||
tail -f /opt/bonita/BonitaCommunity-7.6.2-Tomcat-8.5.23/server/logs/bonita.`date +%Y-%m-%d`.log
|
||||
```
|
||||
|
||||
# License
|
||||
|
|
|
|||
|
|
@ -16,26 +16,26 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.4.4-stretch`, `3.4-stretch`, `3.4.4`, `3.4`, `latest` (*3.4/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.4/stretch/Dockerfile)
|
||||
- [`3.4.4-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.4/jessie/Dockerfile)
|
||||
- [`3.4.4-onbuild`, `3.4-onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/4d1efc06f99732c3530a9550adaef330e4896eda/3.4/onbuild/Dockerfile)
|
||||
- [`3.4.4-windowsservercore`, `3.4-windowsservercore` (*3.4/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.4/windowsservercore/Dockerfile)
|
||||
- [`3.4.4-alpine3.7`, `3.4-alpine3.7`, `3.4.4-alpine`, `3.4-alpine` (*3.4/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e310a4bc9f172df541fbabac0ad9a2dcf8e08ccc/3.4/alpine3.7/Dockerfile)
|
||||
- [`3.4.4-alpine3.6`, `3.4-alpine3.6` (*3.4/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.4/alpine3.6/Dockerfile)
|
||||
- [`3.3.0-rc.1-stretch`, `3.3.0-stretch`, `3.3-stretch`, `3.3.0-rc.1`, `3.3.0`, `3.3` (*3.3/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.3/stretch/Dockerfile)
|
||||
- [`3.3.0-rc.1-jessie`, `3.3.0-jessie`, `3.3-jessie` (*3.3/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.3/jessie/Dockerfile)
|
||||
- [`3.4.5-stretch`, `3.4-stretch`, `3.4.5`, `3.4`, `latest` (*3.4/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/stretch/Dockerfile)
|
||||
- [`3.4.5-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/jessie/Dockerfile)
|
||||
- [`3.4.5-onbuild`, `3.4-onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/d175be53dd807e4a03e8cb7081f0c7ca1652a43c/3.4/onbuild/Dockerfile)
|
||||
- [`3.4.5-windowsservercore`, `3.4-windowsservercore` (*3.4/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/d175be53dd807e4a03e8cb7081f0c7ca1652a43c/3.4/windowsservercore/Dockerfile)
|
||||
- [`3.4.5-alpine3.7`, `3.4-alpine3.7`, `3.4.5-alpine`, `3.4-alpine` (*3.4/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/alpine3.7/Dockerfile)
|
||||
- [`3.4.5-alpine3.6`, `3.4-alpine3.6` (*3.4/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/alpine3.6/Dockerfile)
|
||||
- [`3.3.0-rc.1-stretch`, `3.3.0-stretch`, `3.3-stretch`, `3.3.0-rc.1`, `3.3.0`, `3.3` (*3.3/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/stretch/Dockerfile)
|
||||
- [`3.3.0-rc.1-jessie`, `3.3.0-jessie`, `3.3-jessie` (*3.3/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/jessie/Dockerfile)
|
||||
- [`3.3.0-rc.1-onbuild`, `3.3.0-onbuild`, `3.3-onbuild` (*3.3/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.3/onbuild/Dockerfile)
|
||||
- [`3.3.0-rc.1-windowsservercore`, `3.3.0-windowsservercore`, `3.3-windowsservercore` (*3.3/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.3/windowsservercore/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.7`, `3.3.0-rc.1-alpine`, `3.3.0-alpine3.7`, `3.3-alpine3.7`, `3.3.0-alpine`, `3.3-alpine` (*3.3/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e310a4bc9f172df541fbabac0ad9a2dcf8e08ccc/3.3/alpine3.7/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.6`, `3.3.0-alpine3.6`, `3.3-alpine3.6` (*3.3/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.3/alpine3.6/Dockerfile)
|
||||
- [`3.2.1-stretch`, `3.2-stretch`, `3.2.1`, `3.2` (*3.2/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.2/stretch/Dockerfile)
|
||||
- [`3.2.1-jessie`, `3.2-jessie` (*3.2/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.2/jessie/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.7`, `3.3.0-rc.1-alpine`, `3.3.0-alpine3.7`, `3.3-alpine3.7`, `3.3.0-alpine`, `3.3-alpine` (*3.3/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/alpine3.7/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.6`, `3.3.0-alpine3.6`, `3.3-alpine3.6` (*3.3/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/alpine3.6/Dockerfile)
|
||||
- [`3.2.1-stretch`, `3.2-stretch`, `3.2.1`, `3.2` (*3.2/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/stretch/Dockerfile)
|
||||
- [`3.2.1-jessie`, `3.2-jessie` (*3.2/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/jessie/Dockerfile)
|
||||
- [`3.2.1-onbuild`, `3.2-onbuild` (*3.2/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.2/onbuild/Dockerfile)
|
||||
- [`3.2.1-windowsservercore`, `3.2-windowsservercore` (*3.2/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.2/windowsservercore/Dockerfile)
|
||||
- [`3.2.1-alpine3.7`, `3.2-alpine3.7`, `3.2.1-alpine`, `3.2-alpine` (*3.2/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e310a4bc9f172df541fbabac0ad9a2dcf8e08ccc/3.2/alpine3.7/Dockerfile)
|
||||
- [`3.2.1-alpine3.6`, `3.2-alpine3.6` (*3.2/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.2/alpine3.6/Dockerfile)
|
||||
- [`3.1.3-stretch`, `3.1-stretch`, `3.1.3`, `3.1` (*3.1/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.1/stretch/Dockerfile)
|
||||
- [`3.1.3-jessie`, `3.1-jessie` (*3.1/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.1/jessie/Dockerfile)
|
||||
- [`3.2.1-alpine3.7`, `3.2-alpine3.7`, `3.2.1-alpine`, `3.2-alpine` (*3.2/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/alpine3.7/Dockerfile)
|
||||
- [`3.2.1-alpine3.6`, `3.2-alpine3.6` (*3.2/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/alpine3.6/Dockerfile)
|
||||
- [`3.1.3-stretch`, `3.1-stretch`, `3.1.3`, `3.1` (*3.1/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.1/stretch/Dockerfile)
|
||||
- [`3.1.3-jessie`, `3.1-jessie` (*3.1/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.1/jessie/Dockerfile)
|
||||
- [`3.1.3-onbuild`, `3.1-onbuild` (*3.1/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.1/onbuild/Dockerfile)
|
||||
- [`3.1.3-windowsservercore`, `3.1-windowsservercore` (*3.1/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.1/windowsservercore/Dockerfile)
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ WARNING:
|
|||
|
||||
- [`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.0/Dockerfile)
|
||||
- [`2.1.25` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.1/Dockerfile)
|
||||
- [`2.2.31`, `latest` (*2.2/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/98c76824843b8c44944a14c5bd62af7e358af670/2.2/x86_64/alpine/Dockerfile)
|
||||
- [`2.2.31-spatial` (*2.2-spatial/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/98c76824843b8c44944a14c5bd62af7e358af670/2.2-spatial/x86_64/alpine/Dockerfile)
|
||||
- [`2.2.32`, `latest` (*2.2/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/b364415996e2211f2704b8a1d1d3c7295585fc0e/2.2/x86_64/alpine/Dockerfile)
|
||||
- [`2.2.32-spatial` (*2.2-spatial/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/b364415996e2211f2704b8a1d1d3c7295585fc0e/2.2-spatial/x86_64/alpine/Dockerfile)
|
||||
- [`3.0.0RC1` (*3.0/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/e6855db21e0c4eb47db36f60a7b8a4d05ef5ffb4/3.0/x86_64/alpine/Dockerfile)
|
||||
- [`3.0.0RC1-spatial` (*3.0-spatial/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/e6855db21e0c4eb47db36f60a7b8a4d05ef5ffb4/3.0-spatial/x86_64/alpine/Dockerfile)
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.1`, `3.1.0`, `latest` (*3.1.0/Dockerfile*)](https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images/blob/0aa60b817eec11e41f8a93b225bab48f82133b1b/3.1.0/Dockerfile)
|
||||
- [`3.1`, `3.1.0`, `latest` (*3.1.0/Dockerfile*)](https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images/blob/2e0b1dc1fb2258cfd931affd01ef2b8caa095797/3.1.0/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue