spack/share/spack/docker/docker-compose.yml
Omar Padron 911b6d7671 Docker dedupe (#8441)
* Add Dockerfile for Scientific Linux 7 (RHEL7 recompile)

* revert version change

* remove duplicate docker-related files
2018-06-26 07:37:28 -07:00

57 lines
1.1 KiB
YAML

version: '3'
services:
arch:
build:
context: build
dockerfile: arch.dockerfile
volumes:
- '../../..:/spack'
environment:
PROMPT: "${PROMPT:-0}"
centos:
build:
context: build
dockerfile: centos.dockerfile
volumes:
- '../../..:/spack'
environment:
PROMPT: "${PROMPT:-0}"
fedora:
build:
context: build
dockerfile: fedora.dockerfile
volumes:
- '../../..:/spack'
environment:
PROMPT: "${PROMPT:-0}"
opensuse:
build:
context: build
dockerfile: opensuse.dockerfile
volumes:
- '../../..:/spack'
environment:
PROMPT: "${PROMPT:-0}"
scilinux:
build:
context: build
dockerfile: scilinux.dockerfile
volumes:
- '../../..:/spack'
environment:
PROMPT: "${PROMPT:-0}"
scilinux:
build: ./spack_scilinux
volumes:
- '../../..:/spack'
environment:
PROMPT: "${PROMPT:-0}"
ubuntu:
build:
context: build
dockerfile: ubuntu.dockerfile
volumes:
- '../../..:/spack'
environment:
PROMPT: "${PROMPT:-0}"