Skip to content
Snippets Groups Projects
Commit cb5b4121 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Ran into an issue on fresh container startup with something that changed in almalinux

parent cc20d186
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1670WS-1405 CASA matrix service
# Condor execute node image
FROM htcondor/execute:10.0.2-el8
RUN yum install -y git
RUN rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux && yum install -y git
# Create vlapipe group
RUN groupadd --gid 6000 vlapipe && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment