NERSC / shifter

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

Entrypoint and command handling #313

Open scanon opened 2 years ago

scanon commented 2 years ago

There are a few bugs with entrypoint and command handling.

1) It looks like the command support wasn't fully implemented in the image gateway 2) Some version of the gateway emit a different format for the entrypoint and cmd in the meta file. This isn't properly detected by the shifter runtime and so it tries to treat the array structure as a string.