singularity icon indicating copy to clipboard operation
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.

Results 103 singularity issues
Sort by recently updated
recently updated
newest added

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...

Bug
ImageBuilding

## 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...

encryption

## 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....

encryption

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...

Regression
ImageBuilding

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...

BehaviorChange

1. Introduce common errors for each CLI call

TechnicalDebt

## 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...

Runtime
FeatureRequest

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...

ImageBuilding

## 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...

Enhancement
CLI

## 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...

NeedsInvestigation