summaryrefslogtreecommitdiff
path: root/share/spack/docker/config/scilinux.bash
blob: 71fd737f69ea7280a466316136c9c1bf55000799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

unset DISTRO
unset BASE_IMAGE
unset BASE_NAME
unset BASE_TAG
unset TAG
unset EXTRA_TAGS

export BASE_IMAGE=sl
export BASE_TAG="7"
export BASE_NAME=scilinux
export DISTRO=rhel7
export EXTRA_TAGS="latest"