singularity
singularity copied to clipboard
Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.
Some container images do not contain the `/etc/mtab` link. For example: ``` $ singularity exec docker://ubuntu:latest ls -ld /etc/mtab ls: cannot access '/etc/mtab': No such file or directory $ singularity...
## Version of Singularity: master f0cd4b48 ### Expected behavior PKCS8 is the default style of PEM that will come out of the familiar `openssl` tool and other things people might...
## Version of Singularity: master ### Expected behavior An encrypted SIF created on a machine with a lot of RAM can be used on a device with significantly less RAM....
Singularity 2.X versions used to provide the container size as part of metadata with the field `org.label-schema.build-size`, and this is no longer done. Is there a reason, or can it...
I might be looking in the wrong spot, but I can no longer find any bootstrap-history folder, where in the case of an image being a base (localimage) or built...
## Version of Singularity: n/a. ### Expected behavior - Be able to specify whitelists of environment variables, preferably with wildcard support (e.g., SLURM_*), that are allowed (always?) to pass from...
Actions download images before checking for `--fakeroot` support. They should probably check for support than download if OK. Related to #3927 ``` $ singularity run --fakeroot docker://centos id INFO: Converting...
## Version of Singularity: 3.3.0-rc.1.436.gfdf86b487 ### Problem Right now, the `push` command (and others) can only interact with the default library as determined by the `remote.yaml` configuration files. Consider a...
## Version of Singularity: singularity --version singularity version 3.2.0-rc2 ### Expected behavior Specify a digest to build a specific docker image into singularity image. https://sylabs.io/guides/3.2/user-guide/appendix.html#docker-bootstrap-agent ### Actual behavior Error message...