Run update.sh

This commit is contained in:
Docker Library Bot 2018-07-12 20:09:12 +00:00
parent 42c9521a7f
commit b83fd09717
6 changed files with 26 additions and 20 deletions

View File

@ -17,7 +17,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`7.6.3` (*7.6/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8522be35ac190ae72b1a6989ce1eb4685bca2429/7.6/Dockerfile)
- [`7.7.1`, `latest` (*7.7/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8522be35ac190ae72b1a6989ce1eb4685bca2429/7.7/Dockerfile)
- [`7.7.2`, `latest` (*7.7/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/996ed7d172026c450b353a9eced301489412a882/7.7/Dockerfile)
# Quick reference
@ -264,9 +264,9 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
```console
cd bonita_migration
wget https://release.ow2.org/bonita/bonita-migration-distrib-2.31.1.zip
wget https://release.ow2.org/bonita/bonita-migration-distrib-2.32.0.zip
wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
unzip bonita-migration-distrib-2.31.1.zip
unzip bonita-migration-distrib-2.32.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://release.ow2.org/bonita/bonita-migration-distrib-2.31.1.zip
unzip bonita-migration-distrib-2.31.1.zip
wget https://release.ow2.org/bonita/bonita-migration-distrib-2.32.0.zip
unzip bonita-migration-distrib-2.32.0.zip
```
- Configure the migration tool
cd bonita-migration-distrib-2.31.1
cd bonita-migration-distrib-2.32.0
edit the migration tool config to point towards the copy of bonita home and db
@ -319,17 +319,17 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
- If >= 7.3.0
```console
$ docker run --name=bonita_7.7.1_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.7.1
$ docker run --name=bonita_7.7.2_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.7.2
```
- Reapply specific configuration if needed, for example with a version >= 7.3.0 :
```console
$ docker exec -ti bonita_7.7.1_postgres /bin/bash
$ docker exec -ti bonita_7.7.2_postgres /bin/bash
```
```console
$ cd /opt/bonita/BonitaCommunity-7.7.1-Tomcat-8.5.31/setup
$ cd /opt/bonita/BonitaCommunity-7.7.2-Tomcat-8.5.31/setup
$ ./setup.sh pull
$ TENANT_LOGIN=tech_user
$ TENANT_PASSWORD=secret
@ -349,7 +349,7 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
```
```console
$ docker restart bonita_7.7.1_postgres
$ docker restart bonita_7.7.2_postgres
```
For more details regarding Bonita migration, see the [documentation](https://documentation.bonitasoft.com/bonita/7.7/migrate-from-an-earlier-version-of-bonita-bpm).
@ -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.7.1-Tomcat-8.5.31/server/conf/logging.properties' >> custom_bonita/bonita.sh
echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.7.2-Tomcat-8.5.31/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.7.1-Tomcat-8.5.31/server/logs/bonita.`date +%Y-%m-%d`.log
tail -f /opt/bonita/BonitaCommunity-7.7.2-Tomcat-8.5.31/server/logs/bonita.`date +%Y-%m-%d`.log
```
# License

View File

@ -33,7 +33,7 @@ WARNING:
[the F# Community](https://github.com/fsprojects/docker-fsharp)
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/fsharp/)
[`amd64`](https://hub.docker.com/r/amd64/fsharp/), [`arm32v7`](https://hub.docker.com/r/arm32v7/fsharp/), [`arm64v8`](https://hub.docker.com/r/arm64v8/fsharp/)
- **Published image artifact details**:
[repo-info repo's `repos/fsharp/` directory](https://github.com/docker-library/repo-info/blob/master/repos/fsharp) ([history](https://github.com/docker-library/repo-info/commits/master/repos/fsharp))

View File

@ -16,7 +16,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`latest`, `5.6.0` (*Dockerfile*)](https://github.com/kaazing/gateway.docker/blob/a40c8da9d2c2925bdd78b9a6d1b6da3fe89322d1/Dockerfile)
- [`5.6.0`, `5.6`, `5`, `latest` (*Dockerfile*)](https://github.com/kaazing/gateway.docker/blob/a40c8da9d2c2925bdd78b9a6d1b6da3fe89322d1/Dockerfile)
# Quick reference
@ -30,7 +30,7 @@ WARNING:
[the Kaazing Docker Maintainers](https://github.com/kaazing/gateway.docker)
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/kaazing-gateway/)
[`amd64`](https://hub.docker.com/r/amd64/kaazing-gateway/), [`arm64v8`](https://hub.docker.com/r/arm64v8/kaazing-gateway/)
- **Published image artifact details**:
[repo-info repo's `repos/kaazing-gateway/` directory](https://github.com/docker-library/repo-info/blob/master/repos/kaazing-gateway) ([history](https://github.com/docker-library/repo-info/commits/master/repos/kaazing-gateway))

View File

@ -33,7 +33,7 @@ WARNING:
[the Lightstreamer Server Development Team](https://github.com/Lightstreamer/Docker)
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/lightstreamer/)
[`amd64`](https://hub.docker.com/r/amd64/lightstreamer/), [`arm64v8`](https://hub.docker.com/r/arm64v8/lightstreamer/)
- **Published image artifact details**:
[repo-info repo's `repos/lightstreamer/` directory](https://github.com/docker-library/repo-info/blob/master/repos/lightstreamer) ([history](https://github.com/docker-library/repo-info/commits/master/repos/lightstreamer))

View File

@ -19,9 +19,15 @@ WARNING:
- [`12.0.9-apache`, `12.0-apache`, `12-apache`, `12.0.9`, `12.0`, `12` (*12.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/12c61283e01c7946f4e533db7dcedd7259329b0b/12.0/apache/Dockerfile)
- [`12.0.9-fpm`, `12.0-fpm`, `12-fpm` (*12.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/12c61283e01c7946f4e533db7dcedd7259329b0b/12.0/fpm/Dockerfile)
- [`12.0.9-fpm-alpine`, `12.0-fpm-alpine`, `12-fpm-alpine` (*12.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/12c61283e01c7946f4e533db7dcedd7259329b0b/12.0/fpm-alpine/Dockerfile)
- [`12.0.10RC1-apache`, `12.0.10-rc-apache`, `12.0-rc-apache`, `12-rc-apache`, `12.0.10RC1`, `12.0.10-rc`, `12.0-rc`, `12-rc` (*12.0-rc/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/9547740db114c0dfb03e779945a74bd7e9da7ef2/12.0-rc/apache/Dockerfile)
- [`12.0.10RC1-fpm`, `12.0.10-rc-fpm`, `12.0-rc-fpm`, `12-rc-fpm` (*12.0-rc/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/9547740db114c0dfb03e779945a74bd7e9da7ef2/12.0-rc/fpm/Dockerfile)
- [`12.0.10RC1-fpm-alpine`, `12.0.10-rc-fpm-alpine`, `12.0-rc-fpm-alpine`, `12-rc-fpm-alpine` (*12.0-rc/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/9547740db114c0dfb03e779945a74bd7e9da7ef2/12.0-rc/fpm-alpine/Dockerfile)
- [`13.0.4-apache`, `13.0-apache`, `13-apache`, `apache`, `stable-apache`, `production-apache`, `13.0.4`, `13.0`, `13`, `latest`, `stable`, `production` (*13.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/2e1ea3384e335b6dd92b0b60576ce8117114806f/13.0/apache/Dockerfile)
- [`13.0.4-fpm`, `13.0-fpm`, `13-fpm`, `fpm`, `stable-fpm`, `production-fpm` (*13.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/2e1ea3384e335b6dd92b0b60576ce8117114806f/13.0/fpm/Dockerfile)
- [`13.0.4-fpm-alpine`, `13.0-fpm-alpine`, `13-fpm-alpine`, `fpm-alpine`, `stable-fpm-alpine`, `production-fpm-alpine` (*13.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/2e1ea3384e335b6dd92b0b60576ce8117114806f/13.0/fpm-alpine/Dockerfile)
- [`13.0.5RC1-apache`, `13.0.5-rc-apache`, `13.0-rc-apache`, `13-rc-apache`, `rc-apache`, `13.0.5RC1`, `13.0.5-rc`, `13.0-rc`, `13-rc`, `rc` (*13.0-rc/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/9547740db114c0dfb03e779945a74bd7e9da7ef2/13.0-rc/apache/Dockerfile)
- [`13.0.5RC1-fpm`, `13.0.5-rc-fpm`, `13.0-rc-fpm`, `13-rc-fpm`, `rc-fpm` (*13.0-rc/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/9547740db114c0dfb03e779945a74bd7e9da7ef2/13.0-rc/fpm/Dockerfile)
- [`13.0.5RC1-fpm-alpine`, `13.0.5-rc-fpm-alpine`, `13.0-rc-fpm-alpine`, `13-rc-fpm-alpine`, `rc-fpm-alpine` (*13.0-rc/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/9547740db114c0dfb03e779945a74bd7e9da7ef2/13.0-rc/fpm-alpine/Dockerfile)
# Quick reference

View File

@ -16,8 +16,8 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`latest`, `7.7.17` (*7.7.17/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/f8541e1a854320134936a20532a83b8179c02e66/7.7.17/stretch/Dockerfile)
- [`stable`, `7.6.4` (*7.6.4/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/f8541e1a854320134936a20532a83b8179c02e66/7.6.4/stretch/Dockerfile)
- [`latest`, `7.7.18` (*7.7.18/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/23bb74f08a23927ec15908fe374c6b098ee12f42/7.7.18/stretch/Dockerfile)
- [`stable`, `7.6.4` (*7.6.4/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/23bb74f08a23927ec15908fe374c6b098ee12f42/7.6.4/stretch/Dockerfile)
# Quick reference
@ -25,10 +25,10 @@ WARNING:
[the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://blog.docker.com/2016/11/introducing-docker-community-directory-docker-community-slack/), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker)
- **Where to file issues**:
[https://github.com/SWI-Prolog/swipl-devel/issues](https://github.com/SWI-Prolog/swipl-devel/issues)
[https://github.com/SWI-Prolog/docker-swipl/issues](https://github.com/SWI-Prolog/docker-swipl/issues)
- **Maintained by**:
[the SWI-Prolog community](https://github.com/SWI-Prolog/swipl-devel)
[the SWI-Prolog community](https://github.com/SWI-Prolog/docker-swipl)
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/swipl/), [`arm32v7`](https://hub.docker.com/r/arm32v7/swipl/), [`arm64v8`](https://hub.docker.com/r/arm64v8/swipl/)