NERSC / shifter

Shifter - Linux Containers for HPC
Other
348 stars 65 forks source link

Refactor worker #301

Closed scanon closed 2 years ago

scanon commented 2 years ago

This gathers most of the image methods and consolidates them into a class. This required updating all the tests. This also moves away from using the request dict object for saving state and moves it into class variables. This should help avoid silent errors from typos.