Buildah image build and skopeo publish stopped working - awk not found
Beginning today, attempting to build an image with buildah is failing with awk: command not found
. Looks like awk
is used here in eval_all_secrets()
.
The buildah/stable:latest
image was updated today. It is based on the fedora:latest
image, which was also updated earlier today. This update removed awk from the fedora base image.
Edited by Ben Foster