util/docker: Change Debian suite from Sid to stable
commitc3086b12a4e2606bb2fed6d5dd1b6f3c131a2ab9
authorMartin Roth <gaumless@gmail.com>
Wed, 15 May 2024 00:59:56 +0000 (14 18:59 -0600)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Mon, 20 May 2024 19:30:33 +0000 (20 19:30 +0000)
tree6757495a57275ed3eeaed6c909c00b66926641cf
parent455538d3aed7215473a1956c6d684e02a24eb9e3
util/docker: Change Debian suite from Sid to stable

Debian sid is too unstable at this point, and frequently ends up having
issues that cause the coreboot-sdk docker image to fail to build. Using
stable also better reflects what users will typically be running.

Also remove the parameters to quiet the apt-get install command so that
if something does break, we can see what happened more easily.

Fixes bug 536

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I41b6464b024df89c114db2cdb9367c0526eb0297
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82411
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
util/docker/coreboot-sdk/Dockerfile