Fixes #40: Update to Tower 3.6.4.

This commit is contained in:
Jeff Geerling
2020-05-26 13:45:39 -05:00
parent 840fdc2701
commit 152fe82954
6 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
FROM quay.io/operator-framework/ansible-operator:v0.16.0
FROM quay.io/operator-framework/ansible-operator:v0.17.0
# Install kubectl.
COPY --from=lachlanevenson/k8s-kubectl:v1.16.5 /usr/local/bin/kubectl /usr/local/bin/kubectl
COPY --from=lachlanevenson/k8s-kubectl:v1.18.3 /usr/local/bin/kubectl /usr/local/bin/kubectl
# Install Ansible requirements.
COPY requirements.yml ${HOME}/requirements.yml