summaryrefslogtreecommitdiff
path: root/share/spack/docker/config/ubuntu-1804.bash
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/docker/config/ubuntu-1804.bash')
-rw-r--r--share/spack/docker/config/ubuntu-1804.bash15
1 files changed, 0 insertions, 15 deletions
diff --git a/share/spack/docker/config/ubuntu-1804.bash b/share/spack/docker/config/ubuntu-1804.bash
deleted file mode 100644
index 51d2899092..0000000000
--- a/share/spack/docker/config/ubuntu-1804.bash
+++ /dev/null
@@ -1,15 +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 BASE_IMAGE
-unset BASE_NAME
-unset BASE_TAG
-unset TAG
-unset EXTRA_TAGS
-
-export BASE_IMAGE=ubuntu
-export BASE_TAG="18.04"
-export EXTRA_TAGS="bionic latest"