From bd3c4d4215135e195b64f72ed7edbacf46d4adad Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 18 Aug 2015 15:21:32 +0200 Subject: [PATCH] Updated Docker hub release instructions --- misc/ReleaseProcess.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/misc/ReleaseProcess.md b/misc/ReleaseProcess.md index 61a63505bf..ca8b4a6997 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: +Go to Docker Hub. Update build settings for the following images and change `Name` and `Docker Tag Name` to the version you are releasing: -* server -* adapter-wildfly -* examples +* [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/) -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 +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