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:
parent
f3840319f3
commit
bfecdb1b39
|
|
@ -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 - - -
|
||||||
Loading…
Reference in New Issue