tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

first draft of supporting unpacked images on cvmfs #36

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

basic idea is just to symlink the unpacked image into our .denv/images cache so that the running infrastructure does not need to change. The existence-checking needs to be lighted to existence of any type of file since the unpacked images are symlinks or directories and not single files.