helm version
This commit is contained in:
parent
47845e4a2e
commit
82e56ef8fa
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user