Adam Hughes

Results 20 comments of Adam Hughes

I'd suggest we would probably want to explicitly declare the protocol if this command is extended to search heterogenous container stores. `library://`, `shub://` etc.

It would seem to me that the resulting work here would ideally be specific to your organization's use of SingularityCE @gistambo, as @dtrudg suggests. We'd certainly consider a contribution to...

> I personally view this as a preference, rather than a bug. If we have flags of the same name that can take an env var value under some circumstances,...

> Perhaps for the short term we could: > > 1. Ensure the `--insecure` flag to `remote login` honored properly for authenticated `oras://` operations > 2. Introduce an `--insecure` flag...

> Hey @tri-adam! I saw all the checks have passed for this - do you want a review or did you have more to add on top of this PR....

@spiffcs forgot to tag you... ready for a look when you have a chance. Thanks!

As discussed in yesterday's community call, I'm not 100% sure what the workflow(s) should look like here. SIF is able to store arbitrary data within the image itself, and this...

The approach taken in the `runc` repo looks like a good one, other than the obvious downside of relying on `poll.IsPollDescriptor`. Assuming that function doesn't go anywhere, it's probably the...

Hi @karthickbrlab, please follow the instructions in https://github.com/sylabs/singularity/blob/main/INSTALL.md if you wish to install from source. Also note that Singularity 3.8.7 is very old, I would recommend updating to the latest...

OK, that looks like a problem with your Go installation. The command that is run by `config` to check for the Go compiler is: ```sh $ go run mlocal/checks/version.go go1.20...