Re: [Xen-devel] [PATCH] automation/build: update stretck-i386 dockerfile

2018-07-13 Thread Wei Liu
On Thu, Jul 12, 2018 at 08:14:06PM -0500, Doug Goldstein wrote: > On Thu, Jul 12, 2018 at 02:33:42PM -0500, Doug Goldstein wrote: > > On Thu, Jul 12, 2018 at 05:31:27PM +0100, Wei Liu wrote: > > > We don't need to specify /bin/bash in the entry point rune, otherwise > > > non-interactive

Re: [Xen-devel] [PATCH] automation/build: update stretck-i386 dockerfile

2018-07-12 Thread Doug Goldstein
On Thu, Jul 12, 2018 at 02:33:42PM -0500, Doug Goldstein wrote: > On Thu, Jul 12, 2018 at 05:31:27PM +0100, Wei Liu wrote: > > 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: > > > > +

Re: [Xen-devel] [PATCH] automation/build: update stretck-i386 dockerfile

2018-07-12 Thread Doug Goldstein
On Thu, Jul 12, 2018 at 05:31:27PM +0100, Wei Liu wrote: > 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

[Xen-devel] [PATCH] automation/build: update stretck-i386 dockerfile

2018-07-12 Thread Wei Liu
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 +