diskimage-builder/releasenotes/notes/containerfile-root-extraction-430148dd669cb3da.yaml
Ian Wienand 3833c2e59c containerfile: fix tar extraction
Ic68e8c5b839cbc2852326747c68ef89f630f26a3 removed the sudo from the
tar extraction here, meaning that production is failing to create the
chroot.  This is hidden in testing because
DIB_CONTAINERFILE_PODMAN_ROOT is set.  Make the sudo here
unconditional.

Change-Id: I6e36e3fc65981f85fad12ea2cd10780fde9c37da
2021-11-10 11:42:49 +11:00

6 lines
143 B
YAML

---
fixes:
- |
This release fixes an regression in the ``containerfile`` element
that prevented it extracting root images correctly.