mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
use ansible nightly
* ansible:devel now has ansible-galaxy collection support
This commit is contained in:
@@ -2,6 +2,9 @@ FROM centos:7
|
|||||||
|
|
||||||
ARG UID=0
|
ARG UID=0
|
||||||
|
|
||||||
|
# Add ansible-devel so that we get collections!
|
||||||
|
ADD tools/docker-compose/ansible_nightly.repo /etc/yum.repos.d/ansible_nightly.repo
|
||||||
|
|
||||||
RUN yum -y update && yum -y install epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm
|
RUN yum -y update && yum -y install epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm
|
||||||
|
|
||||||
# sync with installer/roles/image_build/templates/Dockerfile.j2
|
# sync with installer/roles/image_build/templates/Dockerfile.j2
|
||||||
|
|||||||
4
tools/docker-compose/ansible_nightly.repo
Normal file
4
tools/docker-compose/ansible_nightly.repo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[ansible-nightly]
|
||||||
|
baseurl=https://releases.ansible.com/ansible/rpm/nightly/devel/epel-7-$basearch
|
||||||
|
gpgcheck=0
|
||||||
|
enabled=1
|
||||||
Reference in New Issue
Block a user