|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] automation: add Fedora image to containerize script
commit 460837f800040b7f5809db14689d5f734cf7ddd0
Author: Wei Liu <wei.liu2@xxxxxxxxxx>
AuthorDate: Thu Apr 4 12:23:01 2019 +0100
Commit: Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Thu Apr 4 14:20:25 2019 +0100
automation: add Fedora image to containerize script
At the same time sort the list alphabetically.
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
Acked-by: Doug Goldstein <cardoe@xxxxxxxxxx>
---
automation/scripts/containerize | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/automation/scripts/containerize b/automation/scripts/containerize
index 01c44da93c..a7809b3010 100755
--- a/automation/scripts/containerize
+++ b/automation/scripts/containerize
@@ -19,10 +19,11 @@ case "_${CONTAINER}" in
_centos6) CONTAINER="${BASE}/centos:6" ;;
_centos7) CONTAINER="${BASE}/centos:7" ;;
_centos72) CONTAINER="${BASE}/centos:7.2" ;;
- _trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;
- _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
+ _fedora) CONTAINER="${BASE}/fedora:latest";;
_jessie) CONTAINER="${BASE}/debian:jessie" ;;
_stretch|_) CONTAINER="${BASE}/debian:stretch" ;;
+ _trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;
+ _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
esac
# Use this variable to control whehter root should be used
--
generated by git-patchbot for /home/xen/git/xen.git#staging
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |