hpcng / singularity-test-containers

Dockerfiles / Definition files used for containers pulled from Singularity tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

singularity-test-containers

Dockerfiles & Definition files used for containers pulled from the Singularity test suite.

docker-*

Currently these live at hub.docker.com/u/sylabsio

To build and push these containers for multiple architectures, using Docker Desktop, ensure you are using Docker Desktop >2.0.4.0 and turn on Command Line Experimental Features in preferences.

Setup a buildx multi-arch builder:

docker buildx create --name archbuilder
docker buildx use archbuilder
docker buildx inspect --bootstrap

Build and push the containers using the provided script:

./build_push_docker.sh

About

Dockerfiles / Definition files used for containers pulled from Singularity tests


Languages

Language:Dockerfile 65.5%Language:Shell 34.5%