Browse Source

Run update.sh

Docker Library Bot 6 years ago
parent
commit
54b7f6c44c
5 changed files with 24 additions and 36 deletions
  1. 2 2
      amazonlinux/README.md
  2. 12 12
      bonita/README.md
  3. 2 2
      photon/README.md
  4. 1 1
      rocket.chat/README.md
  5. 7 19
      solr/README.md

+ 2 - 2
amazonlinux/README.md

@@ -16,8 +16,8 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`2.0.20190218`, `2`, `latest` (*Dockerfile*)](https://github.com/aws/amazon-linux-docker-images/blob/4b8ed0cf4f6709242ab841b78793ec0a6669af00/Dockerfile)
--	[`2.0.20190218-with-sources`, `2-with-sources`, `with-sources` (*Dockerfile*)](https://github.com/aws/amazon-linux-docker-images/blob/ede137b9abe0f180f3e320ae61d55745d79b2792/Dockerfile)
+-	[`2.0.20190228`, `2`, `latest` (*Dockerfile*)](https://github.com/aws/amazon-linux-docker-images/blob/19420345fc037699392a82a8f7fc48e34f9836fc/Dockerfile)
+-	[`2.0.20190228-with-sources`, `2-with-sources`, `with-sources` (*Dockerfile*)](https://github.com/aws/amazon-linux-docker-images/blob/e40d948ff1fd67b8702d15c3abde42c5f6681438/Dockerfile)
 -	[`2018.03.0.20190212`, `2018.03`, `1` (*Dockerfile*)](https://github.com/aws/amazon-linux-docker-images/blob/6ba97eac5a6222140a5b70ae1083da0f1e3f2f18/Dockerfile)
 -	[`2018.03.0.20190212-with-sources`, `2018.03-with-sources`, `1-with-sources` (*Dockerfile*)](https://github.com/aws/amazon-linux-docker-images/blob/d53016cae3efb56598428cad7b7699598f29d297/Dockerfile)
 

+ 12 - 12
bonita/README.md

@@ -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.1`, `7.8`, `latest` (*7.8/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/81c883daab1c76bc1886a42ee15fb973e265993f/7.8/Dockerfile)
+-	[`7.8.2`, `7.8`, `latest` (*7.8/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8b60023f6c50885956bb587523dec61f0158c7f0/7.8/Dockerfile)
 
 # Quick reference
 
@@ -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.37.0.zip
+		wget https://release.ow2.org/bonita/bonita-migration-distrib-2.38.0.zip
 		wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
-		unzip bonita-migration-distrib-2.37.0.zip
+		unzip bonita-migration-distrib-2.38.0.zip
 		unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
 		```
 
@@ -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.37.0.zip
-		unzip bonita-migration-distrib-2.37.0.zip
+		wget https://release.ow2.org/bonita/bonita-migration-distrib-2.38.0.zip
+		unzip bonita-migration-distrib-2.38.0.zip
 		```
 
 -	Configure the migration tool
 
 	```console
-	$ cd bonita-migration-distrib-2.37.0
+	$ cd bonita-migration-distrib-2.38.0
 	```
 
 	edit the migration tool config to point towards the copy of bonita home and db
@@ -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.1_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.8.1
+	$ docker run --name=bonita_7.8.2_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.8.2
 	```
 
 -	Reapply specific configuration if needed, for example with a version >= 7.3.0 :
 
 	```console
-	$ docker exec -ti bonita_7.8.1_postgres /bin/bash
+	$ docker exec -ti bonita_7.8.2_postgres /bin/bash
 	```
 
 	```console
-	$ cd /opt/bonita/BonitaCommunity-7.8.1-Tomcat-8.5.34/setup
+	$ cd /opt/bonita/BonitaCommunity-7.8.2-Tomcat-8.5.34/setup
 	$ ./setup.sh pull
 	$ TENANT_LOGIN=tech_user
 	$ TENANT_PASSWORD=secret
@@ -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.1_postgres
+	$ docker restart bonita_7.8.2_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).
@@ -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.1-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.2-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
@@ -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.1-Tomcat-8.5.34/server/logs/bonita.`date +%Y-%m-%d`.log
+tail -f /opt/bonita/BonitaCommunity-7.8.2-Tomcat-8.5.34/server/logs/bonita.`date +%Y-%m-%d`.log
 ```
 
 # License

+ 2 - 2
photon/README.md

@@ -16,10 +16,10 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`2.0`, `2.0-20190225`, `latest` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/471c37c9f82ea2af9ed0dfcc765f0ccb68769525/docker/Dockerfile)
+-	[`2.0`, `2.0-20190301`, `latest` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/4df06a5c6dcc02890ff0e3d38978caeea2bcb79c/docker/Dockerfile)
 -	[`1.0`, `1.0-20190225` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/cf557b1ebbdcf486fd31cea88287bed17b1234e4/docker/Dockerfile)
 -	[`dev`, `dev-20180904` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/ef64980d07a68bd0cd97de9224df5c3e62e4db12/docker/Dockerfile)
--	[`3.0`, `3.0-20190205` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/d551d6ed83ca6c5bb52e1fb1a7d96695f076ffc6/docker/Dockerfile)
+-	[`3.0`, `3.0-20190301` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/0c51184a26dccb3cbe0187395602e30fda653834/docker/Dockerfile)
 
 # Quick reference
 

+ 1 - 1
rocket.chat/README.md

@@ -16,7 +16,7 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`0.71.1`, `0.71`, `0`, `latest` (*Dockerfile*)](https://github.com/RocketChat/Docker.Official.Image/blob/45ab9367ba7ad36779ee0348e8489276e0a96323/Dockerfile)
+-	[`0.74.3`, `0.74`, `0`, `latest` (*Dockerfile*)](https://github.com/RocketChat/Docker.Official.Image/blob/1a592ab2c5ca235e6ac2fa265f65d294490c044c/Dockerfile)
 
 # Quick reference
 

+ 7 - 19
solr/README.md

@@ -16,31 +16,19 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`7.7.0`, `7.7`, `7`, `latest` (*7.7/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/ee37360cff7faa9e5ce285857df3949f2691c07a/7.7/Dockerfile)
--	[`7.7.0-alpine`, `7.7-alpine`, `7-alpine`, `alpine` (*7.7/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/ee37360cff7faa9e5ce285857df3949f2691c07a/7.7/alpine/Dockerfile)
--	[`7.7.0-slim`, `7.7-slim`, `7-slim`, `slim` (*7.7/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/ee37360cff7faa9e5ce285857df3949f2691c07a/7.7/slim/Dockerfile)
--	[`7.6.0`, `7.6` (*7.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.6/Dockerfile)
+-	[`7.7.1`, `7.7`, `7`, `latest` (*7.7/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/a52ebbb74db723e7afa7a3abcd46f34ed2013a58/7.7/Dockerfile)
+-	[`7.7.1-alpine`, `7.7-alpine`, `7-alpine`, `alpine` (*7.7/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/6b9921de4e848a3188445c1f0311d33fec0024a0/7.7/alpine/Dockerfile)
+-	[`7.7.1-slim`, `7.7-slim`, `7-slim`, `slim` (*7.7/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/6b9921de4e848a3188445c1f0311d33fec0024a0/7.7/slim/Dockerfile)
+-	[`7.6.0`, `7.6` (*7.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/a52ebbb74db723e7afa7a3abcd46f34ed2013a58/7.6/Dockerfile)
 -	[`7.6.0-alpine`, `7.6-alpine` (*7.6/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.6/alpine/Dockerfile)
 -	[`7.6.0-slim`, `7.6-slim` (*7.6/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.6/slim/Dockerfile)
--	[`7.5.0`, `7.5` (*7.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.5/Dockerfile)
+-	[`7.5.0`, `7.5` (*7.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/a52ebbb74db723e7afa7a3abcd46f34ed2013a58/7.5/Dockerfile)
 -	[`7.5.0-alpine`, `7.5-alpine` (*7.5/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.5/alpine/Dockerfile)
 -	[`7.5.0-slim`, `7.5-slim` (*7.5/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.5/slim/Dockerfile)
--	[`7.4.0`, `7.4` (*7.4/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.4/Dockerfile)
--	[`7.4.0-alpine`, `7.4-alpine` (*7.4/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.4/alpine/Dockerfile)
--	[`7.4.0-slim`, `7.4-slim` (*7.4/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.4/slim/Dockerfile)
--	[`7.3.1`, `7.3` (*7.3/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.3/Dockerfile)
--	[`7.3.1-alpine`, `7.3-alpine` (*7.3/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.3/alpine/Dockerfile)
--	[`7.3.1-slim`, `7.3-slim` (*7.3/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.3/slim/Dockerfile)
--	[`7.2.1`, `7.2` (*7.2/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.2/Dockerfile)
--	[`7.2.1-alpine`, `7.2-alpine` (*7.2/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.2/alpine/Dockerfile)
--	[`7.2.1-slim`, `7.2-slim` (*7.2/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.2/slim/Dockerfile)
--	[`7.1.0`, `7.1` (*7.1/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.1/Dockerfile)
--	[`7.1.0-alpine`, `7.1-alpine` (*7.1/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.1/alpine/Dockerfile)
--	[`7.1.0-slim`, `7.1-slim` (*7.1/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/7.1/slim/Dockerfile)
--	[`6.6.5`, `6.6`, `6` (*6.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/6.6/Dockerfile)
+-	[`6.6.5`, `6.6`, `6` (*6.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/a52ebbb74db723e7afa7a3abcd46f34ed2013a58/6.6/Dockerfile)
 -	[`6.6.5-alpine`, `6.6-alpine`, `6-alpine` (*6.6/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/6.6/alpine/Dockerfile)
 -	[`6.6.5-slim`, `6.6-slim`, `6-slim` (*6.6/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/6.6/slim/Dockerfile)
--	[`5.5.5`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/5.5/Dockerfile)
+-	[`5.5.5`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/a52ebbb74db723e7afa7a3abcd46f34ed2013a58/5.5/Dockerfile)
 -	[`5.5.5-alpine`, `5.5-alpine`, `5-alpine` (*5.5/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/5.5/alpine/Dockerfile)
 -	[`5.5.5-slim`, `5.5-slim`, `5-slim` (*5.5/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/d61313b443fb798a3a4e873d2255216e7b5c3a69/5.5/slim/Dockerfile)