Merge branch 'custom-base-more3' into 'wip-baseimage-rework'
two small patches See merge request fedora/bootc/base-images!92
This commit is contained in:
commit
44a72d8619
|
|
@ -14,5 +14,5 @@ set -xeuo pipefail
|
|||
# Cleanup
|
||||
/usr/share/doc/bootc-image-standard/stage-clean
|
||||
# And lint.
|
||||
bootc container lint
|
||||
bootc container lint --fatal-warnings
|
||||
EORUN
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ remove-from-packages:
|
|||
|
||||
include:
|
||||
- postprocess-conf.yaml
|
||||
- tmpfiles.yaml
|
||||
- bootc.yaml
|
||||
- bootupd.yaml
|
||||
- ostree.yaml
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
postprocess:
|
||||
- |
|
||||
#!/bin/bash
|
||||
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
|
||||
|
|
@ -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