]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
automation: add Fedora image to containerize script
authorWei Liu <wei.liu2@citrix.com>
Thu, 4 Apr 2019 11:23:01 +0000 (12:23 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 4 Apr 2019 13:20:25 +0000 (14:20 +0100)
At the same time sort the list alphabetically.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
automation/scripts/containerize

index 01c44da93cd120a24da05f9a6f614d98cad7bced..a7809b301051c5660146774050ea63bcaebbd3df 100755 (executable)
@@ -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