##// END OF EJS Templates
docker-pytype: use version v2.1 of the CI image...
marmoute -
r52656:81be242a default
parent child Browse files
Show More
@@ -1,14 +1,14 b''
1 FROM registry.heptapod.net/mercurial/ci-images/mercurial-core:v2.0
1 FROM registry.heptapod.net/mercurial/ci-images/mercurial-core:v2.1
2 2
3 3 USER ci-runner
4 4
5 5 ENV PATH=/home/ci-runner/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6 6 ENV PYTHONPATH=/home/ci-runner/.local/lib/python3.11/site-packages
7 7
8 8 RUN python3 -m pip install --user --break-system-packages --upgrade pytype==2023.11.21
9 9
10 10 ADD --chown=ci-runner entrypoint.sh /home/ci-runner/entrypoint.sh
11 11
12 12 RUN chmod -R a=rwX /home/ci-runner/.local/ /home/ci-runner/entrypoint.sh
13 13
14 14 CMD /home/ci-runner/entrypoint.sh
General Comments 0
You need to be logged in to leave comments. Login now