helm version

This commit is contained in:
Jon Ervine 2021-03-31 22:47:20 +08:00
parent 47845e4a2e
commit 82e56ef8fa

View File

@ -3,7 +3,7 @@ FROM quay.io/ansible/ansible-runner:stable-2.9-devel
ADD requirements.txt /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt && \
dnf install -y mariadb python3-virtualenv && \
curl -L https://get.helm.sh/helm-v2.9.1-linux-amd64.tar.gz -o /tmp/helm.tgz && \
curl -L https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz -o /tmp/helm.tgz && \
tar -zxvf /tmp/helm.tgz --strip-components=1 -C /usr/local/bin linux-amd64/helm && \
ln -s /usr/bin/python3 /usr/bin/python