mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +00:00
Initial commit.
This commit is contained in:
6
build/Dockerfile
Normal file
6
build/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM quay.io/operator-framework/ansible-operator:v0.10.0
|
||||
|
||||
COPY watches.yaml ${HOME}/watches.yaml
|
||||
|
||||
COPY main.yml ${HOME}/main.yml
|
||||
COPY roles/ ${HOME}/roles/
|
||||
Reference in New Issue
Block a user