mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-07 19:23:11 +00:00
Fixes #18: Update to latest version of ansible-operator base image.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM quay.io/operator-framework/ansible-operator:v0.12.0
|
||||
FROM quay.io/operator-framework/ansible-operator:v0.14.0
|
||||
|
||||
# Install kubectl.
|
||||
COPY --from=lachlanevenson/k8s-kubectl:v1.16.2 /usr/local/bin/kubectl /usr/local/bin/kubectl
|
||||
COPY --from=lachlanevenson/k8s-kubectl:v1.16.5 /usr/local/bin/kubectl /usr/local/bin/kubectl
|
||||
|
||||
COPY watches.yaml ${HOME}/watches.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user