소스 검색

Run update.sh

Docker Library Bot 6 년 전
부모
커밋
e15024740c
3개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 2 2
      arangodb/README.md
  2. 10 10
      bonita/README.md
  3. 2 2
      varnish/README.md

+ 2 - 2
arangodb/README.md

@@ -19,8 +19,8 @@ WARNING:
 -	[`2.8`, `2.8.11`](https://github.com/arangodb/arangodb-docker/blob/d6fca9a137cd21345b1d380fc0e72daacb6130ce/jessie/2.8.11/Dockerfile)
 -	[`3.2`, `3.2.17`](https://github.com/arangodb/arangodb-docker/blob/b4c22ad8bf4facbbc7c3b24e985251a09fcdbcec/stretch/3.2.17/Dockerfile)
 -	[`3.3`, `3.3.23`](https://github.com/arangodb/arangodb-docker/blob/24db8fa0429ce6fa1f7d56e54c9bb3da51c32b3e/stretch/3.3.23/Dockerfile)
--	[`3.4`, `3.4.7`](https://github.com/arangodb/arangodb-docker/blob/8e2f64800a7a7e5e8c88e4573a58ab70ab01cc9c/alpine/3.4.7/Dockerfile)
--	[`3.5`, `3.5.0`, `latest`](https://github.com/arangodb/arangodb-docker/blob/8e2f64800a7a7e5e8c88e4573a58ab70ab01cc9c/alpine/3.5.0/Dockerfile)
+-	[`3.4`, `3.4.7`](https://github.com/arangodb/arangodb-docker/blob/b2ecb91f1d8e4ae3fe66b59abff364d01d49625a/alpine/3.4.7/Dockerfile)
+-	[`3.5`, `3.5.0`, `latest`](https://github.com/arangodb/arangodb-docker/blob/b2ecb91f1d8e4ae3fe66b59abff364d01d49625a/alpine/3.5.0/Dockerfile)
 
 # Quick reference
 

+ 10 - 10
bonita/README.md

@@ -17,7 +17,7 @@ WARNING:
 # Supported tags and respective `Dockerfile` links
 
 -	[`7.8.4`, `7.8`](https://github.com/Bonitasoft-Community/docker_bonita/blob/8e54821e4c81d4dbc3a106e907b145448c7a39f6/7.8/Dockerfile)
--	[`7.9.1`, `7.9`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/7287d363c44bca3aba2ed5f10feaec63b8541387/7.9/Dockerfile)
+-	[`7.9.2`, `7.9`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/4cf03c1f8f2e10a20520a0a89e5b3914089a09a0/7.9/Dockerfile)
 
 # Quick reference
 
@@ -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.42.0.zip
+		wget https://release.ow2.org/bonita/bonita-migration-distrib-2.43.0.zip
 		wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
-		unzip bonita-migration-distrib-2.42.0.zip
+		unzip bonita-migration-distrib-2.43.0.zip
 		unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
 		```
 
@@ -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.42.0.zip
-		unzip bonita-migration-distrib-2.42.0.zip
+		wget https://release.ow2.org/bonita/bonita-migration-distrib-2.43.0.zip
+		unzip bonita-migration-distrib-2.43.0.zip
 		```
 
 -	Configure the migration tool
 
 	```console
-	$ cd bonita-migration-distrib-2.42.0
+	$ cd bonita-migration-distrib-2.43.0
 	```
 
 	edit the migration tool config to point towards the copy of bonita home and db
@@ -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.1_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.9.1
+	$ docker run --name=bonita_7.9.2_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.9.2
 	```
 
 -	Reapply specific configuration if needed, for example with a version >= 7.3.0 :
 
 	```console
-	$ docker exec -ti bonita_7.9.1_postgres /bin/bash
+	$ docker exec -ti bonita_7.9.2_postgres /bin/bash
 	```
 
 	```console
-	$ cd /opt/bonita/BonitaCommunity-7.9.1-tomcat/setup
+	$ cd /opt/bonita/BonitaCommunity-7.9.2-tomcat/setup
 	$ ./setup.sh pull
 	$ TENANT_LOGIN=tech_user
 	$ TENANT_PASSWORD=secret
@@ -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.1_postgres
+	$ docker restart bonita_7.9.2_postgres
 	```
 
 -	Specific consideration regarding migration to Java 11 in Bonita 7.9

+ 2 - 2
varnish/README.md

@@ -16,8 +16,8 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`6.2`, `6.2.0-1`, `6.2.0`, `6`, `latest`, `fresh`](https://github.com/varnish/docker-varnish/blob/82ba69727be4e78de5a3e07a63e8b62d92ab958d/fresh/debian/Dockerfile)
--	[`6.0`, `6.0.3-1`, `6.0.3`, `stable`](https://github.com/varnish/docker-varnish/blob/82ba69727be4e78de5a3e07a63e8b62d92ab958d/stable/debian/Dockerfile)
+-	[`6.2`, `6.2.0-1`, `6.2.0`, `6`, `latest`, `fresh`](https://github.com/varnish/docker-varnish/blob/b7f54428d14d6c5c9758f741a74f4b6d329212f1/fresh/debian/Dockerfile)
+-	[`6.0`, `6.0.3-1`, `6.0.3`, `stable`](https://github.com/varnish/docker-varnish/blob/b7f54428d14d6c5c9758f741a74f4b6d329212f1/stable/debian/Dockerfile)
 
 # Quick reference