Colin Walters (Red Hat)
864ecc4aa0
Merge branch 'pr/dnf5' into 'main'
...
tier-0: pull in dnf5, not dnf
See merge request fedora/bootc/base-images!45
2024-09-16 13:37:16 +00:00
Jonathan Lebon
9410195760
tier-1: drop redundant tier-0 symlinks
...
Instead of re-symlinking every tier-0 manifest, just include the tier-0
manifest directly. That way, rpm-ostree will already know to resolve its
manifests within the tier-0 directory.
2024-09-16 09:18:05 -04:00
Jonathan Lebon
4e736cc6bb
tier-1: drop unused kdump-aarch64-aws-workaround.yaml
...
At least in this repo's history, this file doesn't appear to have ever
been used.
2024-09-16 09:17:23 -04:00
Jonathan Lebon
a85de9b2e0
tier-0: pull in dnf5, not dnf
...
Currently, there is both dnf and dnf5 in Fedora. dnf5 provides `dnf`,
but matching a package name is stronger and so requesting `dnf` here
still pulls in the legacy one.
This notably drops out Python from tier 0.
2024-09-15 23:05:14 -04:00
Colin Walters (Red Hat)
684ea928c2
Merge branch 'check-for-fedora' into 'main'
...
tier-0/initramfs.yaml: add conditional for 41 when adding systemd-cryptsetup
See merge request fedora/bootc/base-images!42
2024-09-10 19:08:44 +00:00
Joseph Marrero Corchado
17bb5e4128
Revert "tier-0: add systemd-cryptsetup to initrd dracut modules"
...
This reverts commit 7109132dd6 .
2024-09-10 14:32:13 -04:00
Colin Walters (Red Hat)
166df9118a
Merge branch 'kdump-args' into 'main'
...
tier-0: Add /usr/lib/{passwd,group} to dracut
See merge request fedora/bootc/base-images!32
2024-09-10 16:43:13 +00:00
Joseph Marrero
e01020ddc2
tier-0: Add /usr/lib/{passwd,group} to dracut
...
On image mode systems we use nss-altfiles this,
change makes sure dracut uses them. This fix also
fixes kdump writing over NFS.
2024-09-06 22:56:57 -04:00
Colin Walters (Red Hat)
8b551127e6
Merge branch 'revert-gdisk' into 'main'
...
Revert "bootc: Drop gdisk"
See merge request fedora/bootc/base-images!41
2024-09-03 13:00:02 +00:00
Colin Walters
0e9bf457eb
Revert "bootc: Drop gdisk"
...
This reverts commit 5d8e7a5f6b .
Because I was confused, bootc does require it right now.
2024-09-03 08:48:51 -04:00
Colin Walters (Red Hat)
3f6db2ef2e
Merge branch 'drop-gdisk' into 'main'
...
bootc: Drop gdisk
See merge request fedora/bootc/base-images!39
2024-08-30 13:36:06 +00:00
Colin Walters
5d8e7a5f6b
bootc: Drop gdisk
...
See https://gitlab.com/redhat/centos-stream/containers/bootc/-/merge_requests/198
and https://issues.redhat.com/browse/RHELMISC-6651 etc.
2024-08-30 09:02:39 -04:00
Colin Walters (Red Hat)
8f5208a42c
Merge branch 'tier0-cryptsetup' into 'main'
...
tier-0: add systemd-cryptsetup to initrd dracut modules
See merge request fedora/bootc/base-images!37
2024-08-29 13:53:20 +00:00
Micah Abbott
7109132dd6
tier-0: add systemd-cryptsetup to initrd dracut modules
...
Fedora 41 appears to require the inclusion of `systemd-cryptsetup` in
the initrd in order to unlock LUKS devices at boot.
See: #17
Signed-off-by: Micah Abbott <miabbott@redhat.com>
2024-08-29 09:23:25 -04:00
Colin Walters (Red Hat)
4a4e727254
Merge branch 'switch-add-dracutmodules' into 'main'
...
initramfs: Switch to `add_dracutmodules`
See merge request fedora/bootc/base-images!36
2024-08-22 14:37:25 +00:00
Colin Walters
0da319f566
initramfs: Switch to `add_dracutmodules`
...
Per discussion in https://github.com/rhkdump/kdump-utils/pull/29#issuecomment-2303932537
This would have avoided kdump breakage, and the original motivation
of avoiding dracut error spam from missing things is gone now
that Fedora is using dracut-ng which has
d73cc24e11
2024-08-22 09:38:07 -04:00
Colin Walters (Red Hat)
1350cb68ca
Merge branch 'crypto-scripts' into 'main'
...
system-config: Add crypto-policies-scripts
See merge request fedora/bootc/base-images!34
2024-08-21 15:04:43 +00:00
Liora Milbaum
ec8fb6085c
Update renovate.json
2024-08-21 07:22:28 +00:00
Colin Walters
ee7ceb348c
system-config: Add crypto-policies-scripts
...
Addresses https://gitlab.com/fedora/bootc/examples/-/issues/14
Signed-off-by: Colin Walters <walters@verbum.org>
2024-08-13 10:33:31 -04:00
Colin Walters (Red Hat)
0858175b46
Merge branch 'fix_growpart' into 'main'
...
tier-1/gropwart: bail early on devicemapper targets
See merge request fedora/bootc/base-images!33
2024-08-12 14:06:27 +00:00
Micah Abbott
e99b62981a
tier-1/gropwart: bail early on devicemapper targets
...
If the growpart script detects a DM target, exit early.
Signed-off-by: Micah Abbott <miabbott@redhat.com>
2024-08-09 16:50:14 -04:00
Colin Walters (Red Hat)
40df0eb382
Merge branch 'fips' into 'main'
...
initramfs-full: Add fips
See merge request fedora/bootc/base-images!31
2024-07-02 17:25:07 +00:00
Colin Walters
73fca28298
initramfs-full: Add fips
...
Part of enabling FIPS support by default.
See also https://gitlab.com/fedora/bootc/examples/-/merge_requests/49
2024-07-01 20:46:05 -04:00
Liora Milbaum
3237cc0a8e
Merge branch 'renovate/main-all' into 'main'
...
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 (main)
See merge request fedora/bootc/base-images!29
2024-06-03 07:19:46 +00:00
Platform Engineering Bot
7cb7a397aa
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0
...
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2024-06-03 00:05:58 +00:00
Colin Walters (Red Hat)
64a741188c
Merge branch 'drop-arch-bootupd-filtering' into 'main'
...
manifest: Unconditionally include bootupd
See merge request fedora/bootc/base-images!28
2024-05-29 21:03:23 +00:00
Colin Walters
fb882c9002
manifest: Unconditionally include bootupd
...
It's supported on all architectures now, even if it's
a no-op mostly on s390x today.
But specifically this will ensure we pull in zipl on s390x,
which *is* needed.
Signed-off-by: Colin Walters <walters@verbum.org>
2024-05-29 13:50:59 -04:00
Jonathan Lebon
9ed1a7fef3
Merge branch 'add-archive-repo' into 'main'
...
Add fedora-repos-archive
Closes #12
See merge request fedora/bootc/base-images!26
2024-05-29 13:52:34 +00:00
Colin Walters
33ba2536f3
Add fedora-repos-archive
...
For the same reason FCOS has included it forever; it allows
some skew between images and the RPM mirrors for version-sensitive
things like `kernel-devel`.
Closes: https://gitlab.com/fedora/bootc/base-images/-/issues/12
Signed-off-by: Colin Walters <walters@verbum.org>
2024-05-28 17:15:53 -04:00
Liora Milbaum
6beab2a659
Merge branch 'rawhide' into 'main'
...
Only rawhide
See merge request fedora/bootc/base-images!25
2024-05-28 17:04:03 +00:00
Liora Milbaum
aaa71e6629
Merge branch 'renovate-config' into 'main'
...
Renovate configuration: f40 branch
See merge request fedora/bootc/base-images!24
2024-05-28 16:56:14 +00:00
Liora Milbaum
f870a77a25
Only rawhide
2024-05-28 19:53:56 +03:00
Liora Milbaum
243848c59b
Renovate configuration: f40 branch
2024-05-28 19:37:17 +03:00
Liora Milbaum
ab66044341
Update .pre-commit-config.yaml
2024-05-27 11:25:42 +00:00
Liora Milbaum
d17cef7937
Merge branch 'renovate/auto-merged-updates' into 'main'
...
chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.377.8
See merge request fedora/bootc/base-images!22
2024-05-27 11:25:26 +00:00
Platform Engineering Bot
dd7f6b935e
chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.377.8
...
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2024-05-27 06:20:50 +00:00
Colin Walters (Red Hat)
f0dee6d6c3
Merge branch 'renovate-fedora' into 'main'
...
Bump fedora container image to a released version only
See merge request fedora/bootc/base-images!21
2024-05-21 20:52:11 +00:00
Liora Milbaum
43c46b294c
Bump fedora container image to a released version only
2024-05-21 21:09:24 +03:00
pbrobinson
4a725c0c05
Merge branch 'ci' into 'main'
...
Use gitlab ci until Konflux is onboarded
See merge request fedora/bootc/base-images!20
2024-05-21 17:59:32 +00:00
Liora Milbaum
9bc407619a
Use gitlab ci until Konflux is onboarded
2024-05-21 20:46:44 +03:00
Colin Walters (Red Hat)
f36f5b680b
Merge branch 'drop-not-rhel10-stuff' into 'main'
...
ux: Drop runc
See merge request fedora/bootc/base-images!18
2024-05-21 15:32:48 +00:00
Jonathan Lebon
3349d05d50
Merge branch 'drop-not-rhel10-stuff2' into 'main'
...
networking: Drop NetworkManager-team & teamd
See merge request fedora/bootc/base-images!19
2024-05-21 13:45:27 +00:00
Colin Walters
5bc105da9a
networking: Drop NetworkManager-team & teamd
...
See https://github.com/coreos/fedora-coreos-tracker/issues/1727
2024-05-20 15:52:08 -04:00
Colin Walters
576a9ccf2c
ux: Drop runc
...
- It isn't queued to ship in rhel10
- It duplicates crun
2024-05-20 15:49:39 -04:00
Liora Milbaum
ec5ae557df
Update renovate.json
2024-05-17 17:28:18 +00:00
Colin Walters (Red Hat)
851b094c3a
Merge branch 'fix-readme-docs-links' into 'main'
...
README.md: Fix broken links to docs
Closes #5
See merge request fedora/bootc/base-images!15
2024-05-16 16:29:56 +00:00
John Eckersberg
c7bd66d786
README.md: Fix broken links to docs
...
Fixes #5
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
2024-05-16 11:55:39 -04:00
pbrobinson
2f96e219a2
Merge branch 'add-bootc-rawhide' into 'main'
...
rawhide: add fedora-bootc-rawhide.yaml
See merge request fedora/bootc/base-images!14
2024-05-10 17:02:22 +00:00
Paul Whalen
753de57360
rawhide: add fedora-bootc-rawhide.yaml
...
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2024-05-10 12:36:58 -04:00
Colin Walters (Red Hat)
7088bed122
Merge branch 'add-dnf-tier0' into 'main'
...
tier-0: add dnf for building derived images
See merge request fedora/bootc/base-images!13
2024-05-08 21:32:28 +00:00