From 460837f800040b7f5809db14689d5f734cf7ddd0 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 4 Apr 2019 12:23:01 +0100 Subject: [PATCH] automation: add Fedora image to containerize script At the same time sort the list alphabetically. Signed-off-by: Wei Liu Acked-by: Doug Goldstein --- 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 -- 2.30.2