Michael Bauer

Results 7 comments of Michael Bauer

Slimming down the list, ignoring anything that only pertains to image building: ``` internal/app/singularity/oci_create_linux.go: fb, err := os.Open(configJSON) internal/app/singularity/oci_update_linux.go: f, err := os.Open(args.FromFile) internal/app/singularity/plugin_compile_linux.go: fp, err := os.Open(objInput.Fname) internal/app/singularity/plugin_compile_linux.go: fp,...

Can be accomplished via the following command: `! go list -f '{{.Deps}}' ./pkg/... | grep "buildcfg"`

Greg and I have discussed this and it seems to be best that we implement this in this way: 1. Hash is stored in the image header, along with a...

@omento There should be no security concerns with providing this, as we nominally allow users to bind mount arbitrary locations into the container. However, there *are* potentially some non-obvious concerns...

Hi! I really like this idea, however I'm not sure the best way that we can make it work. Unfortunately, we can't allow users to bind arbitrary single files (as...

@jakirkham Thanks for stopping by! I just want to say that we'd be more than happy to work with the community to accept contributions which are enabling other WLMs into...

Thanks for the quick response @khewonc . I'm generally competent enough in Go that I could give it a stab. I'll try to find some time this week or early...