diff options
Diffstat (limited to 'share/spack/docker/config/arch.bash')
-rw-r--r-- | share/spack/docker/config/arch.bash | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/share/spack/docker/config/arch.bash b/share/spack/docker/config/arch.bash deleted file mode 100644 index 0599b3454b..0000000000 --- a/share/spack/docker/config/arch.bash +++ /dev/null @@ -1,16 +0,0 @@ -# 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 DISTRO_VERSION -unset BASE_IMAGE -unset BASE_NAME -unset BASE_TAG -unset TAG -unset EXTRA_TAGS - -export BASE_IMAGE="archlinux/base" -export BASE_NAME="archlinux" -export DISTRO="arch" |