ansible/build.sh

8 lines
337 B
Bash
Raw Normal View History

2016-07-31 08:10:38 +00:00
#!/bin/bash
docker build -t registry.chmuul.net/ansible-controller:ubuntu-16.04 -f Dockerfile.ubuntu-16.04 ${@} .
docker build -t registry.chmuul.net/ansible-controller:fedora-24 -f Dockerfile.fedora-24 ${@} .
docker push registry.chmuul.net/ansible-controller:ubuntu-16.04
docker push registry.chmuul.net/ansible-controller:fedora-24