|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 2/3] automation: openSUSE distro names helpers for containerize.
Signed-off-by: Dario Faggioli <dfaggioli@xxxxxxxx>
---
Cc: Doug Goldstein <cardoe@xxxxxxxxxx>
---
automation/scripts/containerize | 2 ++
1 file changed, 2 insertions(+)
diff --git a/automation/scripts/containerize b/automation/scripts/containerize
index fbc4bc22d6..eb805bf96c 100755
--- a/automation/scripts/containerize
+++ b/automation/scripts/containerize
@@ -24,6 +24,8 @@ case "_${CONTAINER}" in
_stretch|_) CONTAINER="${BASE}/debian:stretch" ;;
_trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;
_xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
+ _opensuse-leap|_leap) CONTAINER="${BASE}/suse:opensuse-leap" ;;
+ _opensuse-tumbleweed|_tumbleweed)
CONTAINER="${BASE}/suse:opensuse-tumbleweed" ;;
esac
# Use this variable to control whether root should be used
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |