Dave Trudgian

Results 209 comments of Dave Trudgian

Update to my original note... This continues to occur occasionally for me in the e2e tests when using SLES 15 on a high core count machine. It is infrequent there,...

Noting here that I believe the correct format is to get the full digest via... ``` docker image inspect alpine --format '{{.RepoDigests}}' [alpine@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb] ``` And then pull it like so.......

From the issue upstream, the maintainer replies... ``` Solution is simple, either switch to LUKS1 (as you did), or use LUKS2, but switch to PBKDF2 (that is used in LUKS1),...

I don't think we need to expose an option here unless this is a broad issue, and we don't won't to encourage bypassing key checks on debootstrap. @saidamirouche - is...

This is related to https://github.com/sylabs/singularity/issues/3099 - I think we need one or the other. Closing #3099 and keeping this open for now.

#5939 has dropped the `pkg/image/image_test.go` instance. Work on #5830 will drop the `cmd/singularity/cli_test.go` Going to work on the `pkg/ocibundle/sif/bundle_linux_test.go` instance

Currently this is a limitation of remote builds. If you are able to host the files on an internet accessible server / git repo then you would be able to...

> This should be documented somewhere. Agreed - work to improve some of our docs is planned. They are also hosted in a GitHub repo here: https://github.com/sylabs/singularity-userdocs/ and issue reports,...

@boegel - what's the docker image and the full command here? > fusermount: mountpoint /proc/62/fd/3 is not a directory or a regular file is generally indicative of an older version...

Though the cache has been restructured for 3.6 to address concurrency issues, it's not trivial for us to do this type of lookup yet. While this `quay.io` docker image has...