mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
10 lines
269 B
Docker
10 lines
269 B
Docker
FROM quay.io/operator-framework/ansible-operator:v0.10.0
|
|
|
|
# Install kubectl.
|
|
COPY --from=lachlanevenson/k8s-kubectl:v1.16.2 /usr/local/bin/kubectl /usr/local/bin/kubectl
|
|
|
|
COPY watches.yaml ${HOME}/watches.yaml
|
|
|
|
COPY main.yml ${HOME}/main.yml
|
|
COPY roles/ ${HOME}/roles/
|