Shane Canon

Results 13 issues of Shane Canon

This is a long overdue set of merges that bring the gateway up to python3 and also swap out the API with sanic. This is already been deployed at NERSC...

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...

bug

In some cases for reproducibility, it would be good if the various default mounts (such as homes or scratch) could be disabled.

Sometimes the gateway runs on a system that doesn't have name services configured. So a UID should also work.

It would be useful if sites could configure the blocksize for the perNodeCache.

enhancement

Pulls from Nvidia's registry didn't work for a few reasons. This addresses those issues. One thing I had to do was remove the check for application/json because the Nvidia registry...

If an image is imported doing something like this.. tar -c . |docker import - scanon/importbase the paths will look like ./a/b/c in the individual tar layers where as images...

Imagine the following.... docker run -it --rm busybox > sleep 10000 & > exit ps aux|grep sleep ..nothing there.... So, docker will kill all the processes in the container when...

It would be nice if shifterimg images would only show images that the user has pulled.

enhancement

The imagegw needs some type of show queue support that would give the user (and admins) some feel for how backed up things are. Potential MVP: shifterimg queue Tag System...

enhancement