Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed May 9, 2019
1 parent cd0b24e commit 7732771
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 20 deletions.
24 changes: 12 additions & 12 deletions bonita/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links

- [`7.7.5`, `7.7` (*7.7/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/d291374f0cdbf3c78fa8784c4930511dcffba9c9/7.7/Dockerfile)
- [`7.8.3`, `7.8`, `latest` (*7.8/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/fd5991e6216d30f45ff6625f962645aaaae84ec5/7.8/Dockerfile)
- [`7.8.4`, `7.8`, `latest` (*7.8/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8e54821e4c81d4dbc3a106e907b145448c7a39f6/7.8/Dockerfile)

# Quick reference

Expand Down Expand Up @@ -268,9 +268,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.39.0.zip
wget https://release.ow2.org/bonita/bonita-migration-distrib-2.40.0.zip
wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
unzip bonita-migration-distrib-2.39.0.zip
unzip bonita-migration-distrib-2.40.0.zip
unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
```

Expand All @@ -285,14 +285,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.39.0.zip
unzip bonita-migration-distrib-2.39.0.zip
wget https://release.ow2.org/bonita/bonita-migration-distrib-2.40.0.zip
unzip bonita-migration-distrib-2.40.0.zip
```

- Configure the migration tool

```console
$ cd bonita-migration-distrib-2.39.0
$ cd bonita-migration-distrib-2.40.0
```

edit the migration tool config to point towards the copy of bonita home and db
Expand Down Expand Up @@ -329,17 +329,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.8.3_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.8.3
$ docker run --name=bonita_7.8.4_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.8.4
```

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

```console
$ docker exec -ti bonita_7.8.3_postgres /bin/bash
$ docker exec -ti bonita_7.8.4_postgres /bin/bash
```

```console
$ cd /opt/bonita/BonitaCommunity-7.8.3-Tomcat-8.5.34/setup
$ cd /opt/bonita/BonitaCommunity-7.8.4-Tomcat-8.5.34/setup
$ ./setup.sh pull
$ TENANT_LOGIN=tech_user
$ TENANT_PASSWORD=secret
Expand All @@ -359,7 +359,7 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat
```

```console
$ docker restart bonita_7.8.3_postgres
$ docker restart bonita_7.8.4_postgres
```

For more details regarding Bonita migration, see the [documentation](https://documentation.bonitasoft.com/bonita/7.8/migrate-from-an-earlier-version-of-bonita-bpm).
Expand Down Expand Up @@ -471,7 +471,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.8.3-Tomcat-8.5.34/server/conf/logging.properties' >> custom_bonita/bonita.sh
$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.8.4-Tomcat-8.5.34/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
Expand All @@ -481,7 +481,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.8.3-Tomcat-8.5.34/server/logs/bonita.`date +%Y-%m-%d`.log
tail -f /opt/bonita/BonitaCommunity-7.8.4-Tomcat-8.5.34/server/logs/bonita.`date +%Y-%m-%d`.log
```

# License
Expand Down
8 changes: 4 additions & 4 deletions busybox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`1.30.1-uclibc`, `1.30-uclibc`, `1-uclibc`, `uclibc` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/04a10fb9f74112630b491ee8abf2a4fed09119a2/uclibc/Dockerfile)
- [`1.30.1-glibc`, `1.30-glibc`, `1-glibc`, `glibc` (*glibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/04a10fb9f74112630b491ee8abf2a4fed09119a2/glibc/Dockerfile)
- [`1.30.1-musl`, `1.30-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/04a10fb9f74112630b491ee8abf2a4fed09119a2/musl/Dockerfile)
- [`1.30.1`, `1.30`, `1`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/04a10fb9f74112630b491ee8abf2a4fed09119a2/uclibc/Dockerfile)
- [`1.30.1-uclibc`, `1.30-uclibc`, `1-uclibc`, `uclibc` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/54245fc8495d2b69cf6bad72af387eb628604c6a/uclibc/Dockerfile)
- [`1.30.1-glibc`, `1.30-glibc`, `1-glibc`, `glibc` (*glibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/54245fc8495d2b69cf6bad72af387eb628604c6a/glibc/Dockerfile)
- [`1.30.1-musl`, `1.30-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/54245fc8495d2b69cf6bad72af387eb628604c6a/musl/Dockerfile)
- [`1.30.1`, `1.30`, `1`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/54245fc8495d2b69cf6bad72af387eb628604c6a/uclibc/Dockerfile)

# Quick reference

Expand Down
9 changes: 9 additions & 0 deletions nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`14.0.11RC1-apache`, `14.0.11-rc-apache`, `14.0-rc-apache`, `14-rc-apache`, `14.0.11RC1`, `14.0.11-rc`, `14.0-rc`, `14-rc` (*14.0-rc/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/991fc792ce9831fc54a8e6280cb398d6f8ec6393/14.0-rc/apache/Dockerfile)
- [`14.0.11RC1-fpm-alpine`, `14.0.11-rc-fpm-alpine`, `14.0-rc-fpm-alpine`, `14-rc-fpm-alpine` (*14.0-rc/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/991fc792ce9831fc54a8e6280cb398d6f8ec6393/14.0-rc/fpm-alpine/Dockerfile)
- [`14.0.11RC1-fpm`, `14.0.11-rc-fpm`, `14.0-rc-fpm`, `14-rc-fpm` (*14.0-rc/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/991fc792ce9831fc54a8e6280cb398d6f8ec6393/14.0-rc/fpm/Dockerfile)
- [`14.0.10-apache`, `14.0-apache`, `14-apache`, `14.0.10`, `14.0`, `14` (*14.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/14.0/apache/Dockerfile)
- [`14.0.10-fpm-alpine`, `14.0-fpm-alpine`, `14-fpm-alpine` (*14.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/14.0/fpm-alpine/Dockerfile)
- [`14.0.10-fpm`, `14.0-fpm`, `14-fpm` (*14.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/14.0/fpm/Dockerfile)
- [`15.0.8RC1-apache`, `15.0.8-rc-apache`, `15.0-rc-apache`, `15-rc-apache`, `15.0.8RC1`, `15.0.8-rc`, `15.0-rc`, `15-rc` (*15.0-rc/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/04dbb09f12a07846331c658eb5f2bfb33ef5aaed/15.0-rc/apache/Dockerfile)
- [`15.0.8RC1-fpm-alpine`, `15.0.8-rc-fpm-alpine`, `15.0-rc-fpm-alpine`, `15-rc-fpm-alpine` (*15.0-rc/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/04dbb09f12a07846331c658eb5f2bfb33ef5aaed/15.0-rc/fpm-alpine/Dockerfile)
- [`15.0.8RC1-fpm`, `15.0.8-rc-fpm`, `15.0-rc-fpm`, `15-rc-fpm` (*15.0-rc/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/04dbb09f12a07846331c658eb5f2bfb33ef5aaed/15.0-rc/fpm/Dockerfile)
- [`15.0.7-apache`, `15.0-apache`, `15-apache`, `stable-apache`, `production-apache`, `15.0.7`, `15.0`, `15`, `stable`, `production` (*15.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/15.0/apache/Dockerfile)
- [`15.0.7-fpm-alpine`, `15.0-fpm-alpine`, `15-fpm-alpine`, `stable-fpm-alpine`, `production-fpm-alpine` (*15.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/15.0/fpm-alpine/Dockerfile)
- [`15.0.7-fpm`, `15.0-fpm`, `15-fpm`, `stable-fpm`, `production-fpm` (*15.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/15.0/fpm/Dockerfile)
- [`16.0.1RC1-apache`, `16.0.1-rc-apache`, `16.0-rc-apache`, `16-rc-apache`, `16.0.1RC1`, `16.0.1-rc`, `16.0-rc`, `16-rc` (*16.0-rc/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/5151f42e1797bb0c0737eff869f205764115459c/16.0-rc/apache/Dockerfile)
- [`16.0.1RC1-fpm-alpine`, `16.0.1-rc-fpm-alpine`, `16.0-rc-fpm-alpine`, `16-rc-fpm-alpine` (*16.0-rc/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/5151f42e1797bb0c0737eff869f205764115459c/16.0-rc/fpm-alpine/Dockerfile)
- [`16.0.1RC1-fpm`, `16.0.1-rc-fpm`, `16.0-rc-fpm`, `16-rc-fpm` (*16.0-rc/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/5151f42e1797bb0c0737eff869f205764115459c/16.0-rc/fpm/Dockerfile)
- [`16.0.0-apache`, `16.0-apache`, `16-apache`, `apache`, `16.0.0`, `16.0`, `16`, `latest` (*16.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/16.0/apache/Dockerfile)
- [`16.0.0-fpm-alpine`, `16.0-fpm-alpine`, `16-fpm-alpine`, `fpm-alpine` (*16.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/16.0/fpm-alpine/Dockerfile)
- [`16.0.0-fpm`, `16.0-fpm`, `16-fpm`, `fpm` (*16.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/2fbd72c96d943e0c67b56dcfb5e17bed835afaf0/16.0/fpm/Dockerfile)
Expand Down
4 changes: 2 additions & 2 deletions swipl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`latest`, `8.1.4` (*8.1.4/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/05b8eb396d68c1bf8e143f631cb0bd5df7e23040/8.1.4/stretch/Dockerfile)
- [`stable`, `8.0.0` (*8.0.0/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/05b8eb396d68c1bf8e143f631cb0bd5df7e23040/8.0.0/stretch/Dockerfile)
- [`latest`, `8.1.5` (*8.1.5/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/7e4bc6b609d9d93f1a82e1b9b7e2691d6f282bd9/8.1.5/stretch/Dockerfile)
- [`stable`, `8.0.0` (*8.0.0/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/7e4bc6b609d9d93f1a82e1b9b7e2691d6f282bd9/8.0.0/stretch/Dockerfile)

# Quick reference

Expand Down
4 changes: 2 additions & 2 deletions xwiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`10`, `10.11`, `10.11.7`, `10-mysql-tomcat`, `mysql-tomcat`, `lts-mysql-tomcat`, `lts-mysql`, `lts` (*10/mysql-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/691c39ff7a15fb904556d2c849d517b8f739bd77/10/mysql-tomcat/Dockerfile)
- [`10-postgres-tomcat`, `10.11-postgres-tomcat`, `10.11.7-postgres-tomcat`, `postgres-tomcat`, `lts-postgres-tomcat`, `lts-postgres` (*10/postgres-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/691c39ff7a15fb904556d2c849d517b8f739bd77/10/postgres-tomcat/Dockerfile)
- [`10`, `10.11`, `10.11.8`, `10-mysql-tomcat`, `mysql-tomcat`, `lts-mysql-tomcat`, `lts-mysql`, `lts` (*10/mysql-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/2e3fb7a19f326c9b49a9c08057e6962ef0b1e83a/10/mysql-tomcat/Dockerfile)
- [`10-postgres-tomcat`, `10.11-postgres-tomcat`, `10.11.8-postgres-tomcat`, `postgres-tomcat`, `lts-postgres-tomcat`, `lts-postgres` (*10/postgres-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/2e3fb7a19f326c9b49a9c08057e6962ef0b1e83a/10/postgres-tomcat/Dockerfile)
- [`11`, `11.3`, `11-mysql-tomcat`, `11.3-mysql-tomcat`, `stable-mysql-tomcat`, `stable-mysql`, `stable`, `latest` (*11/mysql-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/eb004a9113fadd1c37e6c8a627476f7ba44138d5/11/mysql-tomcat/Dockerfile)
- [`11-postgres-tomcat`, `11.3-postgres-tomcat`, `stable-postgres-tomcat`, `stable-postgres` (*11/postgres-tomcat/Dockerfile*)](https://github.com/xwiki-contrib/docker-xwiki/blob/eb004a9113fadd1c37e6c8a627476f7ba44138d5/11/postgres-tomcat/Dockerfile)

Expand Down

0 comments on commit 7732771

Please sign in to comment.