keycloak-memoizeit

Merge pull request #1548 from stianst/master Updated Docker

8/18/2015 10:21:53 AM

Changes

Details

diff --git a/misc/ReleaseProcess.md b/misc/ReleaseProcess.md
index 61a6350..ca8b4a6 100644
--- a/misc/ReleaseProcess.md
+++ b/misc/ReleaseProcess.md
@@ -133,20 +133,15 @@ And update version in `FROM jboss/keycloak:...` line.
     # git tag $VERSION
     # git push --tags master
 
-Go to Docker Hub. First create tags for the following images:
-
-* server
-* adapter-wildfly
-* examples
-
-Schedule builds of the images and wait until it completes. Then do the same for:
-
-* server-postgres
-* server-mysql
-* server-mongo
-
-Wait until they complete. Then do the same for:
-
-* server-ha-postgres
-
-Wasn't that fun :)
\ No newline at end of file
+Go to Docker Hub. Update build settings for the following images and change `Name` and `Docker Tag Name` to the version you are releasing:
+
+* [keycloak](https://hub.docker.com/r/jboss/keycloak/~/settings/automated-builds/)
+* [adapter-wildfly](https://hub.docker.com/r/jboss/keycloak-adapter-wildfly/~/settings/automated-builds/)
+* [examples](https://hub.docker.com/r/jboss/keycloak-examples/~/settings/automated-builds/)
+* [postgres](https://hub.docker.com/r/jboss/keycloak-postgres/~/settings/automated-builds/)
+* [mysql](https://hub.docker.com/r/jboss/keycloak-mysql/~/settings/automated-builds/)
+* [mongo](https://hub.docker.com/r/jboss/keycloak-mongo/~/settings/automated-builds/)
+* [ha-postgres](https://hub.docker.com/r/jboss/keycloak-ha-postgres/~/settings/automated-builds/)
+
+Once you've updated all images. Schedule a build of the [keycloak image](https://hub.docker.com/r/jboss/keycloak/builds/). Once completed it will trigger
+builds of all other images as they are linked.
\ No newline at end of file