postprocess: - | #!/bin/bash set -xeuo pipefail cat >/usr/lib/tmpfiles.d/bootc-base-rpmstate.conf <<'EOF' # Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=771713 d /var/lib/rpm-state 0755 - - - EOF cat > /usr/lib/tmpfiles.d/konflux-buildinfo-contentsets.conf <<'EOF' # Workaround for https://github.com/konflux-ci/build-tasks-dockerfiles/pull/243 d /var/roothome/buildinfo 0755 - - - d /var/roothome/buildinfo/content_manifests 0755 - - - # Note we don't actually try to recreate the content; this just makes the linter ignore it f /var/roothome/buildinfo/content_manifests/content-sets.json 0644 - - - f /var/roothome/buildinfo/labels.json 0644 - - - EOF # Workaround for https://issues.redhat.com/browse/RHEL-106203 rm -f /usr/lib/tmpfiles.d/home.conf