From bfecdb1b399c6b14e2f500be08fefa620a7e9a72 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 12 Feb 2025 18:01:14 -0500 Subject: [PATCH] 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 --- usr/lib/tmpfiles.d/bootc-legacy-contentsets.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 usr/lib/tmpfiles.d/bootc-legacy-contentsets.conf diff --git a/usr/lib/tmpfiles.d/bootc-legacy-contentsets.conf b/usr/lib/tmpfiles.d/bootc-legacy-contentsets.conf new file mode 100644 index 0000000..25d21f7 --- /dev/null +++ b/usr/lib/tmpfiles.d/bootc-legacy-contentsets.conf @@ -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 - - -