singularityhub / singularity-docker

docker base images to provide release versions of Singularity
https://quay.io/repository/singularity/singularity
GNU Affero General Public License v3.0
17 stars 8 forks source link

Slim images appear to be missing /bin/bash/ #12

Open Aterfax opened 3 years ago

Aterfax commented 3 years ago

With respect to the existing setup on Gitlab for CI / CD container generation it might be worth getting bash added/installed to these slimmer images to save on download / storage space.

See: https://gitlab.com/singularityhub/gitlab-ci/-/issues/2#note_565508124

vsoch commented 3 years ago

Try:

$ docker run -it --entrypoint bash quay.io/singularity/singularity:v3.8.2-slim