Skip to content

Commit 038a9ab

Browse files
Run update.sh
1 parent d8c1b19 commit 038a9ab

File tree

7 files changed

+75
-75
lines changed

7 files changed

+75
-75
lines changed

alt/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`p9`, `latest`](https://github.com/alt-cloud/docker-brew-alt/blob/c3c1f444708cc0ce980ed2d13b877a4faf8ffe6e/x86_64/Dockerfile)
28-
- [`p8`](https://github.com/alt-cloud/docker-brew-alt/blob/b7c6a1e701ad6454d2644f57bbb20e22a1db9c64/x86_64/Dockerfile)
29-
- [`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/52b1dc24145fd5fd93cec6851ac91faea799cf94/x86_64/Dockerfile)
27+
- [`p9`, `latest`](https://github.com/alt-cloud/docker-brew-alt/blob/b811fe4a8858ee240739bff95298f00851c0e845/x86_64/Dockerfile)
28+
- [`p8`](https://github.com/alt-cloud/docker-brew-alt/blob/5c18e41c74ef9767ca387028957920ee055b8fe0/x86_64/Dockerfile)
29+
- [`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/29eef3c66f24f9fd63beb116c45df5b7eaeb004c/x86_64/Dockerfile)
3030

3131
# Quick reference (cont.)
3232

bonita/README.md

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

2727
- [`7.9.5`, `7.9`](https://github.com/Bonitasoft-Community/docker_bonita/blob/b58b05d989055ca3521fc92211d10ff640b4028f/7.9/Dockerfile)
2828
- [`7.10.5`, `7.10`](https://github.com/Bonitasoft-Community/docker_bonita/blob/80b6eebd5281c5597e2f38ed4d3a8c4b8449261c/7.10/Dockerfile)
29-
- [`7.11.0`, `7.11`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/01eb71d7570cf028dd5fa3692ede98903e72faa1/7.11/Dockerfile)
29+
- [`7.11.1`, `7.11`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/cefacfd0bf83e68acaeeaddadb7bbbe73293041f/7.11/Dockerfile)
3030

3131
# Quick reference (cont.)
3232

@@ -329,17 +329,17 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat
329329
- If >= 7.3.0
330330

331331
```console
332-
$ docker run --name=bonita_7.11.0_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.11.0
332+
$ docker run --name=bonita_7.11.1_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.11.1
333333
```
334334

335335
- Reapply specific configuration if needed, for example with a version >= 7.3.0 :
336336

337337
```console
338-
$ docker exec -ti bonita_7.11.0_postgres /bin/bash
338+
$ docker exec -ti bonita_7.11.1_postgres /bin/bash
339339
```
340340

341341
```console
342-
$ cd /opt/bonita/BonitaCommunity-7.11.0/setup
342+
$ cd /opt/bonita/BonitaCommunity-7.11.1/setup
343343
$ ./setup.sh pull
344344
$ TENANT_LOGIN=tech_user
345345
$ TENANT_PASSWORD=secret
@@ -359,7 +359,7 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat
359359
```
360360

361361
```console
362-
$ docker restart bonita_7.11.0_postgres
362+
$ docker restart bonita_7.11.1_postgres
363363
```
364364

365365
- Specific consideration regarding migration to Java 11 in Bonita 7.9
@@ -483,7 +483,7 @@ For example, you can increase the log level :
483483
```console
484484
$ mkdir -p custom_bonita
485485
$ echo '#!/bin/bash' > custom_bonita/bonita.sh
486-
$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.11.0/server/conf/logging.properties' >> custom_bonita/bonita.sh
486+
$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.11.1/server/conf/logging.properties' >> custom_bonita/bonita.sh
487487
$ chmod +x custom_bonita/bonita.sh
488488
489489
$ docker run --name bonita_custom -v "$PWD"/custom_bonita/:/opt/custom-init.d -d -p 8080:8080 bonita
@@ -501,7 +501,7 @@ Note: There are several ways to check the `bonita` logs. Till Bonita 7.8, one of
501501

502502
```console
503503
$ docker exec -ti bonita_custom /bin/bash
504-
tail -f /opt/bonita/BonitaCommunity-7.11.0/server/logs/bonita.`date +%Y-%m-%d`.log
504+
tail -f /opt/bonita/BonitaCommunity-7.11.1/server/logs/bonita.`date +%Y-%m-%d`.log
505505
```
506506

507507
Since Bonita 7.9 bonita logs are redirected towards standard output and directly accessible using

ghost/README.md

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

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`3.29.0`, `3.29`, `3`, `latest`](https://github.com/docker-library/ghost/blob/4cdfcaf5d2485047a6f2dc8c3770233ac11a7f84/3/debian/Dockerfile)
28-
- [`3.29.0-alpine`, `3.29-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/4cdfcaf5d2485047a6f2dc8c3770233ac11a7f84/3/alpine/Dockerfile)
27+
- [`3.29.1`, `3.29`, `3`, `latest`](https://github.com/docker-library/ghost/blob/05e95483e020d92fb0e1821af6aaf8733fec9669/3/debian/Dockerfile)
28+
- [`3.29.1-alpine`, `3.29-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/05e95483e020d92fb0e1821af6aaf8733fec9669/3/alpine/Dockerfile)
2929
- [`2.38.2`, `2.38`, `2`](https://github.com/docker-library/ghost/blob/30d7c579647e33ca8c9ecac3a559c4a99a12cb73/2/debian/Dockerfile)
3030
- [`2.38.2-alpine`, `2.38-alpine`, `2-alpine`](https://github.com/docker-library/ghost/blob/30d7c579647e33ca8c9ecac3a559c4a99a12cb73/2/alpine/Dockerfile)
3131

gradle/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`6.5.1-jdk8`, `6.5-jdk8`, `jdk8`, `6.5.1-jdk`, `6.5-jdk`, `jdk`, `6.5.1`, `6.5`, `latest`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jdk8/Dockerfile)
28-
- [`6.5.1-jre8`, `6.5-jre8`, `jre8`, `6.5.1-jre`, `6.5-jre`, `jre`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jre8/Dockerfile)
29-
- [`6.5.1-jdk11`, `6.5-jdk11`, `jdk11`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jdk11/Dockerfile)
30-
- [`6.5.1-jre11`, `6.5-jre11`, `jre11`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jre11/Dockerfile)
31-
- [`6.5.1-jdk14`, `6.5-jdk14`, `jdk14`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jdk14/Dockerfile)
32-
- [`6.5.1-jre14`, `6.5-jre14`, `jre14`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jre14/Dockerfile)
27+
- [`6.6.0-jdk8`, `6.6-jdk8`, `jdk8`, `6.6.0-jdk`, `6.6-jdk`, `jdk`, `6.6.0`, `6.6`, `latest`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jdk8/Dockerfile)
28+
- [`6.6.0-jre8`, `6.6-jre8`, `jre8`, `6.6.0-jre`, `6.6-jre`, `jre`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jre8/Dockerfile)
29+
- [`6.6.0-jdk11`, `6.6-jdk11`, `jdk11`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jdk11/Dockerfile)
30+
- [`6.6.0-jre11`, `6.6-jre11`, `jre11`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jre11/Dockerfile)
31+
- [`6.6.0-jdk14`, `6.6-jdk14`, `jdk14`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jdk14/Dockerfile)
32+
- [`6.6.0-jre14`, `6.6-jre14`, `jre14`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jre14/Dockerfile)
3333

3434
# Quick reference (cont.)
3535

mariadb/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`10.5.4-focal`, `10.5-focal`, `10-focal`, `focal`, `10.5.4`, `10.5`, `10`, `latest`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.5/Dockerfile)
28-
- [`10.4.13-focal`, `10.4-focal`, `10.4.13`, `10.4`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.4/Dockerfile)
29-
- [`10.3.23-focal`, `10.3-focal`, `10.3.23`, `10.3`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.3/Dockerfile)
30-
- [`10.2.32-bionic`, `10.2-bionic`, `10.2.32`, `10.2`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.2/Dockerfile)
31-
- [`10.1.45-bionic`, `10.1-bionic`, `10.1.45`, `10.1`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.1/Dockerfile)
27+
- [`10.5.5-focal`, `10.5-focal`, `10-focal`, `focal`, `10.5.5`, `10.5`, `10`, `latest`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.5/Dockerfile)
28+
- [`10.4.14-focal`, `10.4-focal`, `10.4.14`, `10.4`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.4/Dockerfile)
29+
- [`10.3.24-focal`, `10.3-focal`, `10.3.24`, `10.3`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.3/Dockerfile)
30+
- [`10.2.33-bionic`, `10.2-bionic`, `10.2.33`, `10.2`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.2/Dockerfile)
31+
- [`10.1.46-bionic`, `10.1-bionic`, `10.1.46`, `10.1`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.1/Dockerfile)
3232

3333
# Quick reference (cont.)
3434

pypy/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`2.7-7.3.1`, `2.7-7.3`, `2.7-7`, `2.7`, `2-7.3.1`, `2-7.3`, `2-7`, `2`, `2.7-7.3.1-buster`, `2.7-7.3-buster`, `2.7-7-buster`, `2.7-buster`, `2-7.3.1-buster`, `2-7.3-buster`, `2-7-buster`, `2-buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/2.7/Dockerfile)
28-
- [`2.7-7.3.1-slim`, `2.7-7.3-slim`, `2.7-7-slim`, `2.7-slim`, `2-7.3.1-slim`, `2-7.3-slim`, `2-7-slim`, `2-slim`, `2.7-7.3.1-slim-buster`, `2.7-7.3-slim-buster`, `2.7-7-slim-buster`, `2.7-slim-buster`, `2-7.3.1-slim-buster`, `2-7.3-slim-buster`, `2-7-slim-buster`, `2-slim-buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/2.7/slim/Dockerfile)
29-
- [`3.6-7.3.1`, `3.6-7.3`, `3.6-7`, `3.6`, `3-7.3.1`, `3-7.3`, `3-7`, `3`, `latest`, `3.6-7.3.1-buster`, `3.6-7.3-buster`, `3.6-7-buster`, `3.6-buster`, `3-7.3.1-buster`, `3-7.3-buster`, `3-7-buster`, `3-buster`, `buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/3.6/Dockerfile)
30-
- [`3.6-7.3.1-slim`, `3.6-7.3-slim`, `3.6-7-slim`, `3.6-slim`, `3-7.3.1-slim`, `3-7.3-slim`, `3-7-slim`, `3-slim`, `slim`, `3.6-7.3.1-slim-buster`, `3.6-7.3-slim-buster`, `3.6-7-slim-buster`, `3.6-slim-buster`, `3-7.3.1-slim-buster`, `3-7.3-slim-buster`, `3-7-slim-buster`, `3-slim-buster`, `slim-buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/3.6/slim/Dockerfile)
27+
- [`2.7-7.3.1`, `2.7-7.3`, `2.7-7`, `2.7`, `2-7.3.1`, `2-7.3`, `2-7`, `2`, `2.7-7.3.1-buster`, `2.7-7.3-buster`, `2.7-7-buster`, `2.7-buster`, `2-7.3.1-buster`, `2-7.3-buster`, `2-7-buster`, `2-buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/2.7/Dockerfile)
28+
- [`2.7-7.3.1-slim`, `2.7-7.3-slim`, `2.7-7-slim`, `2.7-slim`, `2-7.3.1-slim`, `2-7.3-slim`, `2-7-slim`, `2-slim`, `2.7-7.3.1-slim-buster`, `2.7-7.3-slim-buster`, `2.7-7-slim-buster`, `2.7-slim-buster`, `2-7.3.1-slim-buster`, `2-7.3-slim-buster`, `2-7-slim-buster`, `2-slim-buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/2.7/slim/Dockerfile)
29+
- [`3.6-7.3.1`, `3.6-7.3`, `3.6-7`, `3.6`, `3-7.3.1`, `3-7.3`, `3-7`, `3`, `latest`, `3.6-7.3.1-buster`, `3.6-7.3-buster`, `3.6-7-buster`, `3.6-buster`, `3-7.3.1-buster`, `3-7.3-buster`, `3-7-buster`, `3-buster`, `buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/3.6/Dockerfile)
30+
- [`3.6-7.3.1-slim`, `3.6-7.3-slim`, `3.6-7-slim`, `3.6-slim`, `3-7.3.1-slim`, `3-7.3-slim`, `3-7-slim`, `3-slim`, `slim`, `3.6-7.3.1-slim-buster`, `3.6-7.3-slim-buster`, `3.6-7-slim-buster`, `3.6-slim-buster`, `3-7.3.1-slim-buster`, `3-7.3-slim-buster`, `3-7-slim-buster`, `3-slim-buster`, `slim-buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/3.6/slim/Dockerfile)
3131

3232
# Quick reference (cont.)
3333

0 commit comments

Comments
 (0)