Marcelo Magallon

Results 90 comments of Marcelo Magallon

I can reproduce this with: ``` env HTTPS_PROXY=http://127.0.0.1:8000/ SINGULARITY_CACHEDIR=$PWD/tmp/cache builddir/singularity -d pull --force docker://alpine:3.9 ``` There's no proxy on that port, so it's acting as if the network was doing...

Something like `singularity search debian library://` (defaults to an internal value for the host name) and `singularity search debian library://library.sylabs.io` (for custom libraries). The same for docker, shub, etc (assuming...

Hmmm... this one is hard. The matching is done by code in the testing package. There's some generated code with the list of tests (those func TestFoo) in each of...

Sorry for editing the title; I had to squint in order to notice that the issue is using a shub registry other than the default one.

I have a similar situation (at least it sounds similar given the title). See #408

Oops, sorry, I missed this reply among all the notifications, @roidelapluie > Where would this be used? When we load from file, we should get a String, not a Secret....

> What about adding an interface? `SecretLoader`? For static secrets it simply returns the stored secret and it never changes. For dynamic secrets, it load the secret from wherever and...

> +629 −97 > > To be honest, this feature simply does not seem to be worth it if this is the complexity we have to add in the code....