add new pkg awx_web

This commit is contained in:
nemunaire 2020-03-29 20:20:18 +02:00
parent 1dd6de8fb8
commit bd64e70ba3
2 changed files with 8 additions and 0 deletions

6
pkg/awx_web/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM alpine
RUN apk add --no-cache \
git
RUN git clone https://github.com/ansible/awx.git

2
pkg/awx_web/build.yml Normal file
View File

@ -0,0 +1,2 @@
image: awx_web
network: true