17 lines
393 B
Bash
17 lines
393 B
Bash
# 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"
|