Skip to content

Commit 3bc95dd

Browse files
Run update.sh
1 parent 6d1f9a5 commit 3bc95dd

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

bonita/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ WARNING:
1616

1717
# Supported tags and respective `Dockerfile` links
1818

19-
- [`7.5.4` (*7.5/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8d93ed625153a8446b7be1b6bd18f137af63815f/7.5/Dockerfile)
20-
- [`7.6.1`, `latest` (*7.6/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/9f7a0fa1f51ecbbe6dbae3fe16278144038a1397/7.6/Dockerfile)
19+
- [`7.5.4` (*7.5/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/d1172a5e81a4cfff488f99af92c8ab772dc17b12/7.5/Dockerfile)
20+
- [`7.6.2`, `latest` (*7.6/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/d1172a5e81a4cfff488f99af92c8ab772dc17b12/7.6/Dockerfile)
2121

2222
# Quick reference
2323

@@ -264,9 +264,9 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
264264

265265
```console
266266
cd bonita_migration
267-
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.27.0.zip
267+
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.28.0.zip
268268
wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
269-
unzip bonita-migration-distrib-2.27.0.zip
269+
unzip bonita-migration-distrib-2.28.0.zip
270270
unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
271271
```
272272

@@ -281,13 +281,13 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
281281

282282
```console
283283
cd bonita_migration
284-
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.27.0.zip
285-
unzip bonita-migration-distrib-2.27.0.zip
284+
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.28.0.zip
285+
unzip bonita-migration-distrib-2.28.0.zip
286286
```
287287

288288
- Configure the migration tool
289289

290-
cd bonita-migration-distrib-2.27.0
290+
cd bonita-migration-distrib-2.28.0
291291

292292
edit the migration tool config to point towards the copy of bonita home and db
293293

@@ -329,7 +329,7 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
329329
```
330330

331331
```console
332-
$ cd /opt/bonita/BonitaCommunity-7.6.1-Tomcat-8.5.23/setup
332+
$ cd /opt/bonita/BonitaCommunity-7.6.2-Tomcat-8.5.23/setup
333333
$ ./setup.sh pull
334334
$ TENANT_LOGIN=tech_user
335335
$ TENANT_PASSWORD=secret
@@ -460,7 +460,7 @@ For example, you can increase the log level :
460460

461461
mkdir -p custom_bonita
462462
echo '#!/bin/bash' > custom_bonita/bonita.sh
463-
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
463+
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
464464
chmod +x custom_bonita/bonita.sh
465465

466466
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
469469

470470
```console
471471
$ docker exec -ti bonita_custom /bin/bash
472-
tail -f /opt/bonita/BonitaCommunity-7.6.1-Tomcat-8.5.23/server/logs/bonita.`date +%Y-%m-%d`.log
472+
tail -f /opt/bonita/BonitaCommunity-7.6.2-Tomcat-8.5.23/server/logs/bonita.`date +%Y-%m-%d`.log
473473
```
474474

475475
# License

haxe/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ WARNING:
1616

1717
# Supported tags and respective `Dockerfile` links
1818

19-
- [`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)
20-
- [`3.4.4-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.4/jessie/Dockerfile)
21-
- [`3.4.4-onbuild`, `3.4-onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/4d1efc06f99732c3530a9550adaef330e4896eda/3.4/onbuild/Dockerfile)
22-
- [`3.4.4-windowsservercore`, `3.4-windowsservercore` (*3.4/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.4/windowsservercore/Dockerfile)
23-
- [`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)
24-
- [`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)
25-
- [`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)
26-
- [`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)
19+
- [`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)
20+
- [`3.4.5-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/jessie/Dockerfile)
21+
- [`3.4.5-onbuild`, `3.4-onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/d175be53dd807e4a03e8cb7081f0c7ca1652a43c/3.4/onbuild/Dockerfile)
22+
- [`3.4.5-windowsservercore`, `3.4-windowsservercore` (*3.4/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/d175be53dd807e4a03e8cb7081f0c7ca1652a43c/3.4/windowsservercore/Dockerfile)
23+
- [`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)
24+
- [`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)
25+
- [`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)
26+
- [`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)
2727
- [`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)
2828
- [`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)
29-
- [`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)
30-
- [`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)
31-
- [`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)
32-
- [`3.2.1-jessie`, `3.2-jessie` (*3.2/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.2/jessie/Dockerfile)
29+
- [`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)
30+
- [`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)
31+
- [`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)
32+
- [`3.2.1-jessie`, `3.2-jessie` (*3.2/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/jessie/Dockerfile)
3333
- [`3.2.1-onbuild`, `3.2-onbuild` (*3.2/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.2/onbuild/Dockerfile)
3434
- [`3.2.1-windowsservercore`, `3.2-windowsservercore` (*3.2/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.2/windowsservercore/Dockerfile)
35-
- [`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)
36-
- [`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)
37-
- [`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)
38-
- [`3.1.3-jessie`, `3.1-jessie` (*3.1/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.1/jessie/Dockerfile)
35+
- [`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)
36+
- [`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)
37+
- [`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)
38+
- [`3.1.3-jessie`, `3.1-jessie` (*3.1/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.1/jessie/Dockerfile)
3939
- [`3.1.3-onbuild`, `3.1-onbuild` (*3.1/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.1/onbuild/Dockerfile)
4040
- [`3.1.3-windowsservercore`, `3.1-windowsservercore` (*3.1/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.1/windowsservercore/Dockerfile)
4141

orientdb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ WARNING:
1818

1919
- [`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.0/Dockerfile)
2020
- [`2.1.25` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.1/Dockerfile)
21-
- [`2.2.31`, `latest` (*2.2/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/98c76824843b8c44944a14c5bd62af7e358af670/2.2/x86_64/alpine/Dockerfile)
22-
- [`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)
21+
- [`2.2.32`, `latest` (*2.2/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/b364415996e2211f2704b8a1d1d3c7295585fc0e/2.2/x86_64/alpine/Dockerfile)
22+
- [`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)
2323
- [`3.0.0RC1` (*3.0/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/e6855db21e0c4eb47db36f60a7b8a4d05ef5ffb4/3.0/x86_64/alpine/Dockerfile)
2424
- [`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)
2525

teamspeak/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WARNING:
1616

1717
# Supported tags and respective `Dockerfile` links
1818

19-
- [`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)
19+
- [`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)
2020

2121
# Quick reference
2222

0 commit comments

Comments
 (0)