Add tmpfiles.d/bootc-legacy-contentsets.conf

This one works around the problem fixed by
https://github.com/konflux-ci/build-tasks-dockerfiles/pull/243

I put this one in the default image and not core because
it's not a "core" problem conceptually.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2025-02-12 18:01:14 -05:00
parent f3840319f3
commit bfecdb1b39
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# 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 - - -