added ubuntu 16.04 version
This commit is contained in:
parent
c08a3b4e6c
commit
64cfaea900
11
Dockerfile.ubuntu-16.04
Normal file
11
Dockerfile.ubuntu-16.04
Normal file
@ -0,0 +1,11 @@
|
||||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y software-properties-common \
|
||||
&& apt-add-repository ppa:ansible/ansible \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
ansible \
|
||||
&& apt-get autoclean
|
||||
|
||||
|
7
build.sh
Executable file
7
build.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user