projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7173d79
)
automation/containerize: Add a shortcut for Debian unstable
author
George Dunlap
<george.dunlap@citrix.com>
Thu, 28 May 2020 11:20:57 +0000
(12:20 +0100)
committer
George Dunlap
<george.dunlap@citrix.com>
Thu, 28 May 2020 11:20:57 +0000
(12:20 +0100)
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
automation/scripts/containerize
patch
|
blob
|
history
diff --git
a/automation/scripts/containerize
b/automation/scripts/containerize
index fbc4bc22d62c078cd3149473472333e634d9497a..b71edd736cc823ca0075024d101db71a7d6d37de 100755
(executable)
--- a/
automation/scripts/containerize
+++ b/
automation/scripts/containerize
@@
-22,6
+22,7
@@
case "_${CONTAINER}" in
_fedora) CONTAINER="${BASE}/fedora:29";;
_jessie) CONTAINER="${BASE}/debian:jessie" ;;
_stretch|_) CONTAINER="${BASE}/debian:stretch" ;;
+ _unstable|_) CONTAINER="${BASE}/debian:unstable" ;;
_trusty) CONTAINER="${BASE}/ubuntu:trusty" ;;
_xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
esac
@@
-91,4
+92,3
@@
exec docker run \
-${termint}i --rm -- \
${CONTAINER} \
${cmd}
-