Commit b20629b9 authored by nanahira's avatar nanahira

update to ansible 2.10

parent 5113963e
Pipeline #27851 failed with stages
in 2 minutes and 42 seconds
FROM node:lts-bullseye FROM node:lts-bookworm
RUN apt update && \ RUN apt update && \
apt -y install curl wget git git-lfs vim sudo iftop iotop build-essential p7zip-full xclip astyle tcpdump rsync htop locales mtr dnsutils net-tools traceroute tar unzip iperf iperf3 nmap mosh subversion nfs-common fish haveged python3-setuptools python3-dev python3-pip zstd mono-complete default-jdk openssh-client python-is-python3 jq && \ apt -y install curl wget git git-lfs vim sudo iftop iotop build-essential p7zip-full xclip astyle tcpdump rsync htop locales mtr dnsutils net-tools traceroute tar unzip iperf iperf3 nmap mosh subversion nfs-common fish haveged python3-setuptools python3-dev python3-pip zstd mono-complete default-jdk openssh-client python-is-python3 jq && \
pip3 install -U pip && \ pip3 install -U pip && \
pip install -U awscli ansible==2.9.6 jinja2==3.0.0 && \ pip install -U awscli ansible<2.11.0 jinja2==3.0.0 && \
npm i -g pnpm && \ npm i -g pnpm yarn && \
rm -rf /var/tmp/* /tmp/* /var/lib/apt/lists/* rm -rf /var/tmp/* /tmp/* /var/lib/apt/lists/* /var/log/* /var/cache/* /usr/local/lib/python3.11/dist-packages/ansible/module_utils/six && \
COPY ./ansible-patch/six.py /usr/local/lib/python3.11/dist-packages/ansible/module_utils/six.py
COPY ./ansible-patch/urls.py /usr/local/lib/python3.11/dist-packages/ansible/module_utils/urls.py
ENTRYPOINT [ "/usr/bin/env" ] ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "bash" ] CMD [ "bash" ]
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment