mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-24 23:46:31 +00:00
7 lines
156 B
Docker
7 lines
156 B
Docker
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/
|