ignatiusm
ignatiusm
*Issue #, if available:* resolves #353 *Description of changes:* Added tiny example of `~/.docker/config.json` showing Amazon ECR Docker Helper config alongside other non-ECR docker registry auth tokens. By submitting this...
Users can have amazon-ecr-credential-helper alongside other docker registry info in their `~/.docker/config.json`. I think it would be good to show them how in the README.
Tiny fix to linux bash completion path
Addresses #150 by adding `%startscript` section to `.def` file. Now when using commands from `ubuntu-singularity/README.md` a runner is created and registered with GitHub, and logs can be inspected with `tail...
`ubuntu-singularity/README.md` includes instructions for running a singularity container as an instance. Following these instructions leads to no output to log files, no long running processes in the instance, and no...
To address the issue #148 I added `apt-get update -y` into the `.def` file just before the line that installs `software-properties-common`. I have tested this fix on singularity v4.1.0 on...
Thank you for this repo full of excellent resources :) I am trying to build the `ubuntu-singularity` runner `.sif` file (as at commit 88b3787) using singularity 4.1.0 on Ubuntu. When...
Related to issue #37. Thanks for developing HPC Rocket! I'd like to help with adding features (specifically around adding PBS support). Before I go too far, I thought I'd submit...
### What problem are you trying to solve? I see python examples, but I don't see R examples. I think that R users will like devbox too :) ### What...