Egbert Eich
fc63d30e35
Hard code year when building documentation. OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=114
38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
From 6bb3cfbfe614556b3a24fb832bf672b5b2352f3b Mon Sep 17 00:00:00 2001
|
|
From: Egbert Eich <eich@suse.com>
|
|
Date: Wed, 12 Jan 2022 13:51:57 +0100
|
|
Subject: [PATCH] Add support for container building using a SLE base container
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
---
|
|
lib/spack/spack/container/images.json | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
|
|
diff --git a/lib/spack/spack/container/images.json b/lib/spack/spack/container/images.json
|
|
index 296658fe5e..a8be14610c 100644
|
|
--- a/lib/spack/spack/container/images.json
|
|
+++ b/lib/spack/spack/container/images.json
|
|
@@ -133,6 +133,19 @@
|
|
"image": "opensuse/leap:latest"
|
|
}
|
|
},
|
|
+ "suse/sle:15": {
|
|
+ "bootstrap": {
|
|
+ "template": "container/sle15.dockerfile"
|
|
+ },
|
|
+ "os_package_manager": "zypper",
|
|
+ "build": "spack/leap15",
|
|
+ "build_tags": {
|
|
+ "develop": "latest"
|
|
+ },
|
|
+ "final": {
|
|
+ "image": "registry.suse.com/suse/sle15:latest"
|
|
+ }
|
|
+ },
|
|
"nvidia/cuda:11.2.1": {
|
|
"bootstrap": {
|
|
"template": "container/cuda_11_2_1.dockerfile",
|
|
--
|
|
2.40.1
|
|
|