diff --git a/bonita/README.md b/bonita/README.md index 955ea4caf..e21dea9c9 100644 --- a/bonita/README.md +++ b/bonita/README.md @@ -267,9 +267,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.50.0.zip + wget https://release.ow2.org/bonita/bonita-migration-distrib-2.51.0.zip wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip - unzip bonita-migration-distrib-2.50.0.zip + unzip bonita-migration-distrib-2.51.0.zip unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip ``` @@ -284,14 +284,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.50.0.zip - unzip bonita-migration-distrib-2.50.0.zip + wget https://release.ow2.org/bonita/bonita-migration-distrib-2.51.0.zip + unzip bonita-migration-distrib-2.51.0.zip ``` - Configure the migration tool ```console - $ cd bonita-migration-distrib-2.50.0 + $ cd bonita-migration-distrib-2.51.0 ``` edit the migration tool config to point towards the copy of bonita home and db @@ -328,17 +328,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.10.4_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.10.4 + $ docker run --name=bonita_7.10.5_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.10.5 ``` - Reapply specific configuration if needed, for example with a version >= 7.3.0 : ```console - $ docker exec -ti bonita_7.10.4_postgres /bin/bash + $ docker exec -ti bonita_7.10.5_postgres /bin/bash ``` ```console - $ cd /opt/bonita/BonitaCommunity-7.10.4/setup + $ cd /opt/bonita/BonitaCommunity-7.10.5/setup $ ./setup.sh pull $ TENANT_LOGIN=tech_user $ TENANT_PASSWORD=secret @@ -358,7 +358,7 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat ``` ```console - $ docker restart bonita_7.10.4_postgres + $ docker restart bonita_7.10.5_postgres ``` - Specific consideration regarding migration to Java 11 in Bonita 7.9 @@ -482,7 +482,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.10.4/server/conf/logging.properties' >> custom_bonita/bonita.sh +$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.10.5/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 @@ -500,7 +500,7 @@ Note: There are several ways to check the `bonita` logs. Till Bonita 7.8, one of ```console $ docker exec -ti bonita_custom /bin/bash -tail -f /opt/bonita/BonitaCommunity-7.10.4/server/logs/bonita.`date +%Y-%m-%d`.log +tail -f /opt/bonita/BonitaCommunity-7.10.5/server/logs/bonita.`date +%Y-%m-%d`.log ``` Since Bonita 7.9 bonita logs are redirected towards standard output and directly accessible using diff --git a/golang/README.md b/golang/README.md index cd5b1db0f..65c466895 100644 --- a/golang/README.md +++ b/golang/README.md @@ -28,6 +28,11 @@ WARNING: ## Simple Tags +- [`1.15beta1-buster`, `1.15-rc-buster`, `rc-buster`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/buster/Dockerfile) +- [`1.15beta1-alpine3.12`, `1.15-rc-alpine3.12`, `rc-alpine3.12`, `1.15beta1-alpine`, `1.15-rc-alpine`, `rc-alpine`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/alpine3.12/Dockerfile) +- [`1.15beta1-windowsservercore-ltsc2016`, `1.15-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/windowsservercore-ltsc2016/Dockerfile) +- [`1.15beta1-windowsservercore-1809`, `1.15-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/windowsservercore-1809/Dockerfile) +- [`1.15beta1-nanoserver-1809`, `1.15-rc-nanoserver-1809`, `rc-nanoserver-1809`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/nanoserver-1809/Dockerfile) - [`1.14.4-buster`, `1.14-buster`, `1-buster`, `buster`](https://github.com/docker-library/golang/blob/cd63d15b01bf2b1c1ffad1b2752eb4a5d7ff8971/1.14/buster/Dockerfile) - [`1.14.4-stretch`, `1.14-stretch`, `1-stretch`, `stretch`](https://github.com/docker-library/golang/blob/cd63d15b01bf2b1c1ffad1b2752eb4a5d7ff8971/1.14/stretch/Dockerfile) - [`1.14.4-alpine3.12`, `1.14-alpine3.12`, `1-alpine3.12`, `alpine3.12`, `1.14.4-alpine`, `1.14-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/golang/blob/cd63d15b01bf2b1c1ffad1b2752eb4a5d7ff8971/1.14/alpine3.12/Dockerfile) @@ -45,6 +50,15 @@ WARNING: ## Shared Tags +- `1.15beta1`, `1.15-rc`, `rc`: + - [`1.15beta1-buster`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/buster/Dockerfile) + - [`1.15beta1-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/windowsservercore-ltsc2016/Dockerfile) + - [`1.15beta1-windowsservercore-1809`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/windowsservercore-1809/Dockerfile) +- `1.15beta1-windowsservercore`, `1.15-rc-windowsservercore`, `rc-windowsservercore`: + - [`1.15beta1-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/windowsservercore-ltsc2016/Dockerfile) + - [`1.15beta1-windowsservercore-1809`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/windowsservercore-1809/Dockerfile) +- `1.15beta1-nanoserver`, `1.15-rc-nanoserver`, `rc-nanoserver`: + - [`1.15beta1-nanoserver-1809`](https://github.com/docker-library/golang/blob/2f3748d2626444e8e2072a59b76b33c3c22b914c/1.15-rc/windows/nanoserver-1809/Dockerfile) - `1.14.4`, `1.14`, `1`, `latest`: - [`1.14.4-buster`](https://github.com/docker-library/golang/blob/cd63d15b01bf2b1c1ffad1b2752eb4a5d7ff8971/1.14/buster/Dockerfile) - [`1.14.4-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/cd63d15b01bf2b1c1ffad1b2752eb4a5d7ff8971/1.14/windows/windowsservercore-ltsc2016/Dockerfile) diff --git a/python/README.md b/python/README.md index b0d17c9fa..072947822 100644 --- a/python/README.md +++ b/python/README.md @@ -28,11 +28,11 @@ WARNING: ## Simple Tags -- [`3.9.0b2-buster`, `3.9-rc-buster`, `rc-buster`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/buster/Dockerfile) -- [`3.9.0b2-alpine3.12`, `3.9-rc-alpine3.12`, `rc-alpine3.12`, `3.9.0b2-alpine`, `3.9-rc-alpine`, `rc-alpine`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/alpine3.12/Dockerfile) -- [`3.9.0b2-alpine3.11`, `3.9-rc-alpine3.11`, `rc-alpine3.11`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/alpine3.11/Dockerfile) -- [`3.9.0b2-windowsservercore-ltsc2016`, `3.9-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) -- [`3.9.0b2-windowsservercore-1809`, `3.9-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/windows/windowsservercore-1809/Dockerfile) +- [`3.9.0b3-buster`, `3.9-rc-buster`, `rc-buster`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/buster/Dockerfile) +- [`3.9.0b3-alpine3.12`, `3.9-rc-alpine3.12`, `rc-alpine3.12`, `3.9.0b3-alpine`, `3.9-rc-alpine`, `rc-alpine`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/alpine3.12/Dockerfile) +- [`3.9.0b3-alpine3.11`, `3.9-rc-alpine3.11`, `rc-alpine3.11`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/alpine3.11/Dockerfile) +- [`3.9.0b3-windowsservercore-ltsc2016`, `3.9-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) +- [`3.9.0b3-windowsservercore-1809`, `3.9-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/windows/windowsservercore-1809/Dockerfile) - [`3.8.3-buster`, `3.8-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/f59139d685b3b39d4452a686521e03fa093efa25/3.8/buster/Dockerfile) - [`3.8.3-slim-buster`, `3.8-slim-buster`, `3-slim-buster`, `slim-buster`, `3.8.3-slim`, `3.8-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/6a981ebc3ba38d0668db58813f309e58763438e1/3.8/buster/slim/Dockerfile) - [`3.8.3-alpine3.12`, `3.8-alpine3.12`, `3-alpine3.12`, `alpine3.12`, `3.8.3-alpine`, `3.8-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/ece154e2849e78c383419d0be591cfd332a471d3/3.8/alpine3.12/Dockerfile) @@ -62,13 +62,13 @@ WARNING: ## Shared Tags -- `3.9.0b2`, `3.9-rc`, `rc`: - - [`3.9.0b2-buster`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/buster/Dockerfile) - - [`3.9.0b2-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) - - [`3.9.0b2-windowsservercore-1809`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/windows/windowsservercore-1809/Dockerfile) -- `3.9.0b2-windowsservercore`, `3.9-rc-windowsservercore`, `rc-windowsservercore`: - - [`3.9.0b2-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) - - [`3.9.0b2-windowsservercore-1809`](https://github.com/docker-library/python/blob/44c7d203c6c91f9ff652d98e797c9307f12dfddc/3.9-rc/windows/windowsservercore-1809/Dockerfile) +- `3.9.0b3`, `3.9-rc`, `rc`: + - [`3.9.0b3-buster`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/buster/Dockerfile) + - [`3.9.0b3-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) + - [`3.9.0b3-windowsservercore-1809`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/windows/windowsservercore-1809/Dockerfile) +- `3.9.0b3-windowsservercore`, `3.9-rc-windowsservercore`, `rc-windowsservercore`: + - [`3.9.0b3-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile) + - [`3.9.0b3-windowsservercore-1809`](https://github.com/docker-library/python/blob/81beb3f61825f0fb65432290ef42696588420d2b/3.9-rc/windows/windowsservercore-1809/Dockerfile) - `3.8.3`, `3.8`, `3`, `latest`: - [`3.8.3-buster`](https://github.com/docker-library/python/blob/f59139d685b3b39d4452a686521e03fa093efa25/3.8/buster/Dockerfile) - [`3.8.3-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/f59139d685b3b39d4452a686521e03fa093efa25/3.8/windows/windowsservercore-ltsc2016/Dockerfile)