Skip to content
Snippets Groups Projects

Move the code to python3 and use an alma9 base image

Merged Marta Vila Fernandes requested to merge pyal into master
9 files
+ 81
23
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 5
5
FROM gitlab-registry.cern.ch/linuxsupport/cc7-base:latest
FROM gitlab-registry.cern.ch/linuxsupport/alma9-base:latest
COPY linuxsupport7-stable.repo /etc/yum.repos.d/
COPY epel.repo /etc/yum.repos.d/
COPY run-get-puppet-ips.sh /root/
RUN yum install -y linuxsoft-rhel-access
RUN yum install -y python3-requests-kerberos python3-requests
ENTRYPOINT ["/root/run-get-puppet-ips.sh"]
COPY run-get-puppet-ips.sh get_puppet_ips.py /root/
 
ENTRYPOINT ["/root/run-get-puppet-ips.sh"]
Loading