Re: [XEN PATCH v1 1/6] CI: Refresh the Debian 12 x86_64 container

2024-11-04 Thread Javi Merino
On Fri, Oct 25, 2024 at 03:46:35PM +0100, Andrew Cooper wrote: > On 24/10/2024 4:10 pm, Javi Merino wrote: > > On Thu, Oct 24, 2024 at 03:04:10PM +0100, Andrew Cooper wrote: > >> On 24/10/2024 11:04 am, Javi Merino wrote: > >>> + > >>> +apt-get update > >> apt-get -y > > apt-get update refreshe

Re: [XEN PATCH v1 1/6] CI: Refresh the Debian 12 x86_64 container

2024-10-25 Thread Andrew Cooper
On 24/10/2024 4:10 pm, Javi Merino wrote: > On Thu, Oct 24, 2024 at 03:04:10PM +0100, Andrew Cooper wrote: >> On 24/10/2024 11:04 am, Javi Merino wrote: >>> + >>> +apt-get update >> apt-get -y > apt-get update refreshes the package lists. -y doesn't do anything > here. It is needed for "apt-g

Re: [XEN PATCH v1 1/6] CI: Refresh the Debian 12 x86_64 container

2024-10-24 Thread Javi Merino
On Thu, Oct 24, 2024 at 03:04:10PM +0100, Andrew Cooper wrote: > On 24/10/2024 11:04 am, Javi Merino wrote: > > Rework the container to use heredocs for readability, and use > > apt-get --no-install-recommends to keep the size down. > > > > This reduces the size of the (uncompressed) container from

Re: [XEN PATCH v1 1/6] CI: Refresh the Debian 12 x86_64 container

2024-10-24 Thread Andrew Cooper
On 24/10/2024 11:04 am, Javi Merino wrote: > Rework the container to use heredocs for readability, and use > apt-get --no-install-recommends to keep the size down. > > This reduces the size of the (uncompressed) container from 3.44GB to 1.67GB. !! > > Signed-off-by: Javi Merino > --- > automati

[XEN PATCH v1 1/6] CI: Refresh the Debian 12 x86_64 container

2024-10-24 Thread Javi Merino
Rework the container to use heredocs for readability, and use apt-get --no-install-recommends to keep the size down. This reduces the size of the (uncompressed) container from 3.44GB to 1.67GB. Signed-off-by: Javi Merino --- automation/build/debian/12-x86_64.dockerfile | 68