summaryrefslogtreecommitdiff
path: root/share/spack/docker/config/ubuntu-1604.bash
blob: bbcbd870e5cdfc29be3e1073de16128510f695c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2019 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=ubuntu
export BASE_TAG="16.04"
export EXTRA_TAGS="xenial"