add new pkg awx_web
This commit is contained in:
parent
1dd6de8fb8
commit
bd64e70ba3
2 changed files with 8 additions and 0 deletions
6
pkg/awx_web/Dockerfile
Normal file
6
pkg/awx_web/Dockerfile
Normal 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
2
pkg/awx_web/build.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
image: awx_web
|
||||||
|
network: true
|
Reference in a new issue