Consider building the images from a native Guix rather than Debian+Guix image
Images are currently built using guix pack
followed by podman load -i
and a podman push
, all running in a Debian image after a apt-get install guix && guix pull
. Some may feel it was better if the final images were produced from a Guix image rather than the Debian+Guix image. Possibly we could build both and compare them -- assuming we can pin them to the same guix pack
commit, they ought to be identical or something is amiss.
This adds another indirection step during building, which makes the patch-push-watch cycle longer and more inefficient, so let's wait until some of the existing initialization ugliness has been resolved.