Re: gitlab containers are broken

2021-02-04 Thread Richard Henderson
On 2/4/21 8:58 AM, Daniel P. Berrangé wrote: > So consider you > > - Push 40 commits to tci-next with a dockerfile change in the 4th commit. >This triggers a build of the containers. > >Containers reflect your tci-next branch content. > > - Now push to master to catch up with upstream.

Re: gitlab containers are broken

2021-02-04 Thread Daniel P . Berrangé
On Thu, Feb 04, 2021 at 08:27:00AM -1000, Richard Henderson wrote: > On 2/4/21 7:37 AM, Daniel P. Berrangé wrote: > > On Thu, Feb 04, 2021 at 07:36:19AM -1000, Richard Henderson wrote: > >> On 2/4/21 12:00 AM, Daniel P. Berrangé wrote: > > Hmm. Is there any way to get the full output of the co

Re: gitlab containers are broken

2021-02-04 Thread Richard Henderson
On 2/4/21 7:37 AM, Daniel P. Berrangé wrote: > On Thu, Feb 04, 2021 at 07:36:19AM -1000, Richard Henderson wrote: >> On 2/4/21 12:00 AM, Daniel P. Berrangé wrote: > Hmm. Is there any way to get the full output of the container build? At > present it's being truncated: > > #7 [4/5]

Re: gitlab containers are broken

2021-02-04 Thread Richard Henderson
On 2/4/21 12:00 AM, Daniel P. Berrangé wrote: >>> Hmm. Is there any way to get the full output of the container build? At >>> present it's being truncated: >>> >>> #7 [4/5] RUN yum install -y bzip2 bzip2-devel ccache >>> csnappy-de... >>> >>> >>> In particular, I'm trying to add a ne

Re: gitlab containers are broken

2021-02-04 Thread Daniel P . Berrangé
On Thu, Feb 04, 2021 at 07:36:19AM -1000, Richard Henderson wrote: > On 2/4/21 12:00 AM, Daniel P. Berrangé wrote: > >>> Hmm. Is there any way to get the full output of the container build? At > >>> present it's being truncated: > >>> > >>> #7 [4/5] RUN yum install -y bzip2 bzip2-devel cc

Re: gitlab containers are broken

2021-02-04 Thread Daniel P . Berrangé
On Thu, Feb 04, 2021 at 09:08:13AM +0100, Thomas Huth wrote: > On 04/02/2021 07.27, Richard Henderson wrote: > > On 2/3/21 8:03 PM, Thomas Huth wrote: > > > On 04/02/2021 00.04, Richard Henderson wrote: > > > > Something has gone wrong with the building of the containers > > > > in gitlab, because

Re: gitlab containers are broken

2021-02-04 Thread Thomas Huth
On 04/02/2021 07.27, Richard Henderson wrote: On 2/3/21 8:03 PM, Thomas Huth wrote: On 04/02/2021 00.04, Richard Henderson wrote: Something has gone wrong with the building of the containers in gitlab, because *all* off them are installing Alpine Linux. https://gitlab.com/rth7680/qemu/-/jobs/1

Re: gitlab containers are broken

2021-02-03 Thread Richard Henderson
On 2/3/21 8:03 PM, Thomas Huth wrote: > On 04/02/2021 00.04, Richard Henderson wrote: >> Something has gone wrong with the building of the containers >> in gitlab, because *all* off them are installing Alpine Linux. >> >> https://gitlab.com/rth7680/qemu/-/jobs/1006336396#L155 > > I think that's ok

Re: gitlab containers are broken

2021-02-03 Thread Thomas Huth
On 04/02/2021 00.04, Richard Henderson wrote: Something has gone wrong with the building of the containers in gitlab, because *all* off them are installing Alpine Linux. https://gitlab.com/rth7680/qemu/-/jobs/1006336396#L155 I think that's ok ... the output about alpine that you see there is j

gitlab containers are broken

2021-02-03 Thread Richard Henderson
Something has gone wrong with the building of the containers in gitlab, because *all* off them are installing Alpine Linux. https://gitlab.com/rth7680/qemu/-/jobs/1006336396#L155 I presume that IMAGE is not actually being passed through, and alpine.docker is lexicographically first. I have a str