From 9f4609d57e28bb0f335d358748da56ed34979f70 Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Fri, 12 Aug 2016 09:25:19 +0200 Subject: [PATCH] remember to push images to docker hub --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffe041a..1a7d72f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ A docker image for running ansible playbooks Available in two flavours: -* registry.chmuul.net/ansible-controller:ubuntu-16.04 -* registry.chmuul.net/ansible-controller:fedora-24 -* registry.chmuul.net/ansible-controller:alpine-3 +* registry.chmuul.net/ansible:ubuntu-16.04 +* registry.chmuul.net/ansible:debian-8 +* registry.chmuul.net/ansible:fedora-24 +* registry.chmuul.net/ansible:alpine-3 ## run ansible-controller @@ -16,3 +17,7 @@ Available in two flavours: --tmpfs /root/.ansible \ registry.chmuul.net/ansible-controller:ubuntu-16.04 \ ansible-playbook site.yml + +## todo + +publish ansible images to docker hub