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 Oct 19, 2019
1 parent 2e45394 commit e6b8d6b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions bonita/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.44.0.zip
wget https://release.ow2.org/bonita/bonita-migration-distrib-2.45.0.zip
wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
unzip bonita-migration-distrib-2.44.0.zip
unzip bonita-migration-distrib-2.45.0.zip
unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
```

Expand All @@ -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.44.0.zip
unzip bonita-migration-distrib-2.44.0.zip
wget https://release.ow2.org/bonita/bonita-migration-distrib-2.45.0.zip
unzip bonita-migration-distrib-2.45.0.zip
```

- Configure the migration tool

```console
$ cd bonita-migration-distrib-2.44.0
$ cd bonita-migration-distrib-2.45.0
```

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

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

```console
$ docker exec -ti bonita_7.9.3_postgres /bin/bash
$ docker exec -ti bonita_7.9.4_postgres /bin/bash
```

```console
$ cd /opt/bonita/BonitaCommunity-7.9.3-tomcat/setup
$ cd /opt/bonita/BonitaCommunity-7.9.4-tomcat/setup
$ ./setup.sh pull
$ TENANT_LOGIN=tech_user
$ TENANT_PASSWORD=secret
Expand All @@ -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.9.3_postgres
$ docker restart bonita_7.9.4_postgres
```

- Specific consideration regarding migration to Java 11 in Bonita 7.9
Expand Down
12 changes: 6 additions & 6 deletions gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`5.6.2-jdk8`, `5.6-jdk8`, `jdk8`, `5.6.2-jdk`, `5.6-jdk`, `jdk`, `5.6.2`, `5.6`, `latest`](https://github.com/keeganwitt/docker-gradle/blob/fee194c2fda18bcd3d2c633b2d1639c0857515eb/jdk8/Dockerfile)
- [`5.6.2-jre8`, `5.6-jre8`, `jre8`, `5.6.2-jre`, `5.6-jre`, `jre`](https://github.com/keeganwitt/docker-gradle/blob/fee194c2fda18bcd3d2c633b2d1639c0857515eb/jre8/Dockerfile)
- [`5.6.2-jdk11`, `5.6-jdk11`, `jdk11`](https://github.com/keeganwitt/docker-gradle/blob/fee194c2fda18bcd3d2c633b2d1639c0857515eb/jdk11/Dockerfile)
- [`5.6.2-jre11`, `5.6-jre11`, `jre11`](https://github.com/keeganwitt/docker-gradle/blob/fee194c2fda18bcd3d2c633b2d1639c0857515eb/jre11/Dockerfile)
- [`5.6.2-jdk12`, `5.6-jdk12`, `jdk12`](https://github.com/keeganwitt/docker-gradle/blob/fee194c2fda18bcd3d2c633b2d1639c0857515eb/jdk12/Dockerfile)
- [`5.6.2-jre12`, `5.6-jre12`, `jre12`](https://github.com/keeganwitt/docker-gradle/blob/fee194c2fda18bcd3d2c633b2d1639c0857515eb/jre12/Dockerfile)
- [`5.6.3-jdk8`, `5.6-jdk8`, `jdk8`, `5.6.3-jdk`, `5.6-jdk`, `jdk`, `5.6.3`, `5.6`, `latest`](https://github.com/keeganwitt/docker-gradle/blob/b277db699944f9fc912baa2e70ba5a13fe4963d6/jdk8/Dockerfile)
- [`5.6.3-jre8`, `5.6-jre8`, `jre8`, `5.6.3-jre`, `5.6-jre`, `jre`](https://github.com/keeganwitt/docker-gradle/blob/b277db699944f9fc912baa2e70ba5a13fe4963d6/jre8/Dockerfile)
- [`5.6.3-jdk11`, `5.6-jdk11`, `jdk11`](https://github.com/keeganwitt/docker-gradle/blob/b277db699944f9fc912baa2e70ba5a13fe4963d6/jdk11/Dockerfile)
- [`5.6.3-jre11`, `5.6-jre11`, `jre11`](https://github.com/keeganwitt/docker-gradle/blob/b277db699944f9fc912baa2e70ba5a13fe4963d6/jre11/Dockerfile)
- [`5.6.3-jdk12`, `5.6-jdk12`, `jdk12`](https://github.com/keeganwitt/docker-gradle/blob/b277db699944f9fc912baa2e70ba5a13fe4963d6/jdk12/Dockerfile)
- [`5.6.3-jre12`, `5.6-jre12`, `jre12`](https://github.com/keeganwitt/docker-gradle/blob/b277db699944f9fc912baa2e70ba5a13fe4963d6/jre12/Dockerfile)

# Quick reference

Expand Down
6 changes: 3 additions & 3 deletions mediawiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`1.33.1`, `1.33`, `stable`, `latest`](https://github.com/wikimedia/mediawiki-docker/blob/c9eedb87a3491983500566a232762d4acd9720ed/1.33/Dockerfile)
- [`1.32.4`, `1.32`, `legacy`](https://github.com/wikimedia/mediawiki-docker/blob/c9eedb87a3491983500566a232762d4acd9720ed/1.32/Dockerfile)
- [`1.31.4`, `1.31`, `lts`, `legacylts`](https://github.com/wikimedia/mediawiki-docker/blob/c9eedb87a3491983500566a232762d4acd9720ed/1.31/Dockerfile)
- [`1.33.1`, `1.33`, `stable`, `latest`](https://github.com/wikimedia/mediawiki-docker/blob/f623859e09da4c3af9cb95a9464a43cad3177cd3/1.33/Dockerfile)
- [`1.32.5`, `1.32`, `legacy`](https://github.com/wikimedia/mediawiki-docker/blob/f623859e09da4c3af9cb95a9464a43cad3177cd3/1.32/Dockerfile)
- [`1.31.5`, `1.31`, `lts`, `legacylts`](https://github.com/wikimedia/mediawiki-docker/blob/f623859e09da4c3af9cb95a9464a43cad3177cd3/1.31/Dockerfile)

# Quick reference

Expand Down

0 comments on commit e6b8d6b

Please sign in to comment.