3833c2e59c
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 |
||
---|---|---|
.. | ||
root.d | ||
test-elements/focal-build-succeeds | ||
element-provides | ||
README.rst |
============= containerfile ============= Base element for creating images from container files (aka Dockerfiles). Usually this element will be called via a more specific distro element which provides an environment for building a full image. This element will search active elements for a container file located in `containerfiles/${DIB_RELEASE}`. Alternatively, to use this element directly supply the path to a container file in the environment variable `DIB_CONTAINERFILE_DOCKERFILE`. Set ``DIB_CONTAINERFILE_PODMAN_ROOT`` to ``1`` to run `podman` as `root`.