automation/build: update stretch-i386 dockerfile
authorWei Liu <wei.liu2@citrix.com>
Fri, 13 Jul 2018 07:05:54 +0000 (08:05 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 13 Jul 2018 07:08:12 +0000 (08:08 +0100)
commitc6dd998ec8866fafd8f1cb4ff73c52e1c21f2a00
treec4a6254f4fa8190e2b687f673cacbdbee12f368a
parent41cb2db62627a7438d938aae487550c3f4acb1da
automation/build: update stretch-i386 dockerfile

We don't need to specify /bin/bash in the entry point rune, otherwise
non-interactive invocation of the container would fail with something
like:

+ C=debian:stretch-i386
+ export CONTAINER=registry.gitlab.com/xen-project/xen/debian:stretch-i386
+ CONTAINER=registry.gitlab.com/xen-project/xen/debian:stretch-i386
+ cd /local/work/COMMITTER/xen-32.git
+ git fetch origin
+ con git reset --hard origin/staging
*** Ensuring registry.gitlab.com/xen-project/xen/debian:stretch-i386 is up to date
*** Launching container ...
/usr/bin/git: /usr/bin/git: cannot execute binary file

While at it, use shorthand "linux32".

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
automation/build/debian/stretch-i386.dockerfile