16192 Commits

Author SHA1 Message Date
Sayan Chowdhury
139244760a
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-14 18:19:44 +05:30
Sayan Chowdhury
dea3597c73
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-12 19:48:12 +05:30
Sayan Chowdhury
35d792f550
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-08 16:09:58 +05:30
Sayan Chowdhury
7a2e5b67b9
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-08 15:58:50 +05:30
Sayan Chowdhury
55be0f7ffc
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-07 16:00:39 +05:30
Sayan Chowdhury
e1ea17940d
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-07 14:51:45 +05:30
Sayan Chowdhury
142a04a1d5
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-07 14:51:42 +05:30
Sayan Chowdhury
b2cfe59b55
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:18 +05:30
Sayan Chowdhury
2b275fd2b1
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:18 +05:30
Sayan Chowdhury
d71506e76c
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:18 +05:30
Sayan Chowdhury
20167758b0
fix
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:18 +05:30
Sayan Chowdhury
2c8382a603
sys-boot/shim: make the shim buildable
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:17 +05:30
Sayan Chowdhury
0176b5d9bf
sys-boot/gnu-efi: Sync with Gentoo
It's from Gentoo commit 31a84c73e7c9b2a77d968c2506ae333aed367414.
2023-12-05 11:45:17 +05:30
Sayan Chowdhury
6134c95d5e
sys-boot/shim: updates to 15.7
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:17 +05:30
Sayan Chowdhury
4163cab8d1
eclass/rpm: Add from Gentoo
It's from Gentoo commit 78e5f99cb41eaa50da930e7ab2dc7993fa243e1f.
2023-12-05 11:45:17 +05:30
Sayan Chowdhury
affe4a23e1
coreos-devel/board-packages: remove edk2-ovmf from arm64 dependencies
This package is not used, we use edk2-aarch64 on arm64 but and it is
fetched during image_to_vm.sh because the ebuild simply wraps a binary
file.

Original Author: Jeremi Piotrowski <jpiotrowski@microsoft.com>

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:17 +05:30
Sayan Chowdhury
050caa3aa5
sys-firmware/edk2-aarch64: drop old package and replace with new
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:17 +05:30
Sayan Chowdhury
18556bface
coreo-base/coreos: Add mokutil to the base amd64 image
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-12-05 11:45:17 +05:30
Sayan Chowdhury
9d550a2b6f
sys-boot/mokutil: Add from Gentoo
It's from Gentoo commit cf90a21600e8d81c12b7e1143f43cd28f58dd70d.
2023-12-05 11:45:17 +05:30
flatcar-ci
e8a298533e New version: main-3808.0.0-nightly-20231204-2100 2023-12-04 21:00:27 +00:00
Mathieu Tortuyaux
eba1c71ae3
Merge pull request #1454 from flatcar/containerd-1.7.10-main
Upgrade Containerd in main from 1.7.9 to 1.7.10
2023-12-04 18:19:54 +01:00
Mathieu Tortuyaux
1cb7be951d
coreos-base/oem-gce: remove ACI built image
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-04 18:16:06 +01:00
Mathieu Tortuyaux
5cfbf6e1eb
coreos-base/oem-gce: migrate gce to sysext format
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-04 18:15:58 +01:00
Flatcar Buildbot
dabb09d499 sys-kernel/coreos-sources: Update from 6.1.63 to 6.1.65 2023-12-03 07:11:14 +00:00
flatcar-ci
664162b282 New version: main-3805.0.0-nightly-20231201-2100 2023-12-02 01:58:34 +00:00
flatcar-ci
12350b2fec New version: main-3805.0.0-nightly-20231201-2100-INTERMEDIATE 2023-12-01 21:00:26 +00:00
Mathieu Tortuyaux
586fc12b5e
Merge pull request #1445 from flatcar/tormath1/gcp-oslogin
gcp: fixed OS Login enabling
2023-12-01 15:06:49 +01:00
Mathieu Tortuyaux
31f4f31622
coreos-base/oem-gce: keep unit after its run
Otherwise it gets restarted a few times, which displays this line in the
logs:
```
Nov 30 13:28:41.819250 enable-oslogin[1232]: /etc/pam.d/sshd already exists. Not enabling OS Login
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-01 10:58:32 +01:00
Mathieu Tortuyaux
c927a7aeef
net-misc/openssh: fix duplicate slash
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-01 10:58:31 +01:00
Flatcar Buildbot
d3de8e602d app-containers/containerd: Update from 1.7.9 to 1.7.10 2023-12-01 08:17:04 +00:00
Flatcar Buildbot
05ef9541d5 Update mantle container image to latest HEAD 2023-11-30 21:00:48 +00:00
flatcar-ci
c8dfd3c5d2 New version: main-3804.0.0-nightly-20231130-2100 2023-11-30 21:00:26 +00:00
Kai Lüke
73af503a13
Merge pull request #1442 from flatcar/kai/overlay-whiteouts
build_image_util: Store path list for recreating tmpfiles rules
2023-11-30 11:58:31 +01:00
Kai Lueke
5590da400e build_image_util: Store path list for recreating tmpfiles rules
The removal of files in the overlay present in the lowerdir creates
whiteout entries that mask the lowerdir entries. For those files that
have a tmpfile rule for creation, a reboot would cause the file to be
created in the upperdir, meaning this file is not updated from the
lowerdir when it changes. In addition we have filtered out some tmpfile
rules that caused upcopies (symlinks and directories) which meant that
removing the /etc/resolv.conf symlink didn't bring it back after reboot.
To make files from the lowerdir show up if they have a tmpfile rule that
normally would recreate them we keep a list of whiteout entries that we
clean up on boot. This also prevents freezing files because
systemd-tmpfiles does not need to recreate them in the upperdir.
2023-11-30 11:57:27 +01:00
flatcar-ci
0d6e3aaca9 New version: main-3803.0.0-nightly-20231129-2100 2023-11-29 21:00:40 +00:00
Kai Lueke
319c9501e5 sys-kernel/bootengine: Bump ebuild revision 2023-11-29 15:26:15 +01:00
Flatcar Buildbot
f9c8f28f4f Update mantle container image to latest HEAD 2023-11-29 12:05:31 +00:00
Kai Lüke
230020c64a
Merge pull request #1427 from flatcar/kai/overlay-opaque-dirs
coreos-base/update_engine: Ensure /etc/extensions is mergable
2023-11-29 13:05:16 +01:00
Kai Lueke
0735fcb692 coreos-base/update_engine: bump revision 2023-11-29 12:59:00 +01:00
Kai Lueke
5a2c696e21 coreos-base/update_engine: Ensure /etc/extensions is mergable
This pulls in
https://github.com/flatcar/update_engine/pull/32
to make the Docker/containerd sysexts show up when updating from Beta
3760.1.0.
2023-11-29 12:59:00 +01:00
flatcar-ci
29c322791c New version: main-3802.0.0-nightly-20231128-2100 2023-11-28 21:00:36 +00:00
flatcar-ci
75af154d0a New version: main-3801.0.0-nightly-20231127-2100 2023-11-27 21:00:29 +00:00
flatcar-ci
402a3aa174 New version: main-3798.0.0-nightly-20231124-2100 2023-11-25 02:17:08 +00:00
flatcar-ci
5ac00dadb9 New version: main-3798.0.0-nightly-20231124-2100-INTERMEDIATE 2023-11-24 21:00:23 +00:00
Mathieu Tortuyaux
a98abadccb
Merge pull request #1410 from flatcar/linux-6.1.63-main
Upgrade Linux Kernel for main from 6.1.62 to 6.1.63
2023-11-24 18:49:05 +01:00
Flatcar Buildbot
69bdd3df20 Update mantle container image to latest HEAD 2023-11-24 14:19:39 +00:00
Krzesimir Nowak
7b19e92f30
Merge pull request #1169 from flatcar/krnowak/image-changes
Generate reports for OEM and base sysext images, allow reports against last nightly
2023-11-24 10:29:07 +01:00
flatcar-ci
38828976cc New version: main-3795.0.0-nightly-20231121-2100 2023-11-21 21:00:26 +00:00
Krzesimir Nowak
71eed26ee0 overlay, ci-automation: Try making common-oem-files a valid ebuild
Assignment of EAPI must be the first non-comment, non-blank line in
the ebuild, otherwise portage masks it as corrupted.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
9a780a3e90 overlay coreos-base/common-oem-files: Move hack description down
EAPI needs to be defined within first 24 lines, so the description
would push the definition too much down as it needs to happen after
possible declaration of EAPI as local for the source case.
2023-11-21 16:00:00 +01:00