Commit Graph

24040 Commits

Author SHA1 Message Date
Flatcar Buildbot
962e94e46c sys-kernel/coreos-firmware: Update from 20230919 to 20231030 2023-11-02 07:11:34 +00:00
flatcar-ci
cfe761041c New version: main-3775.0.0-nightly-20231101-2100 2023-11-01 21:00:26 +00:00
Thilo Fromm
fd33dfdbf2
Merge pull request #1305 from flatcar/t-lo/gentoo-upstream-containerd-docker
app-containers: switch to upstream docker, containerd, runc, bump docker to v24
2023-11-01 10:04:05 +01:00
Thilo Fromm
ce887370ee mantle-container: bump version to include btrfs update test 2023-11-01 10:01:56 +01:00
flatcar-ci
8a1aa6abec New version: main-3774.0.0-nightly-20231031-2100 2023-10-31 21:00:26 +00:00
flatcar-ci
eadc841a28 New version: main-3773.0.0-nightly-20231030-2100 2023-10-30 21:00:28 +00:00
Thilo Fromm
63aabb9962 chagelog: update docker btrfs backwards compatibility 2023-10-30 18:06:45 +01:00
Thilo Fromm
0476269fed mantle-container: use PR #475 version for btrfs test
Temporary commit to use https://github.com/flatcar/mantle/pull/475 for
testing which ships the btrfs backwards compatibility test.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:24:03 +01:00
Thilo Fromm
b33a9089b0 test qemu_update.sh: Add docker btrfs backwards compat test
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
28f4360357 run_local_tests.sh: simplify update test handline 2023-10-30 17:21:26 +01:00
Thilo Fromm
fa623fed84 make.defaults, go-env.eclass: export cgo flags, enable cgo by default
This change adds exporting CGO_* flags to go-env.eclass; the upstream pr
https://github.com/gentoo/gentoo/pull/33539 has been updated
accordingly.

Also, CGO_ENABLED=1 has been added to coreos/../make.conf to enable gco
by default. This fixes a build issue for arm64 with Docker's
device-mapper storage driver:

daemon/graphdriver/devmapper/deviceset.go:306:25: undefined: devicemapper.SetTransactionID
...
daemon/graphdriver/devmapper/deviceset.go:867:28: undefined: devicemapper.ErrEnxio
daemon/graphdriver/devmapper/deviceset.go:867:28: too many errors

gco is enabled on AMD64 by default, and cgo was always enabled in the
coreos docker ebuilds. This way we retain that setting for the Gentoo
ebuilds.
2023-10-30 17:21:26 +01:00
Thilo Fromm
c522b04f2a build_sysext: let strip_binaries default to false
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
ed12285278 .github/: remove docker, runc auto-update workflows
These were for coreos-overlay. The packages have been moved to
portage-stable and are now handled by the weekly package updates
automation.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
f2a4b4a11e partage stable docker 24: addressed PR feedback
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
456b3687ed sysext_prod_builder: Add suggestions from PR review
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
47a74ba059 coreos/base/package.accept_keywords: sort alphabetically
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
10b27ce94e portage-stable-packages-list: remove containerd
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
383e6097dd build_library/sysext_prod_builder: improve error message
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
f71ccfa1cc changelog: move Docker 24 btrfs driver notice to "changes".
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
e2173e06d1 coreos-overlay/containerd: add Gentoo ebuilds and version 1.7.7
This adds plain Gentoo upstream containerd ebuilds to coreos-overlay and
copies containerd-1.7.6.ebuild to containerd-1.7.7.ebuild since upstream
does not support 1.7.7 yet.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
4b8f919bd1 portage-stable/eclass: add Go cross-comile helper eclass
This change allows cross-compiling of Go packages and will be upstreamed.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
7e493da5fc portage-stable-packages-list: add cri-tools, containerd, docker, runc
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
83d94a25a1 changelog: added docker 24, cri-tools 1.27, and switch to upstream
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
9f45ea05e9 app-containers: use upstream docker, containerd, runc
This change removes Flatcar specific builds of docker[-cli], containerd,
runc, and cri-tools and instead switches to upstream Gentoo ebuilds
added to portage-stable.

The change updates docker to 24.0.6.

NOTE that there currently is no upstream ebuild for containerd-1.7.7, so
this change adds that ebuild based on the upstream containerd-1.7.6
ebuild.

Flatcar customisations like systemd units etc. are now applied in the
manglefs script of the respective sysexts, based on file system trees in
coreos-overlay/coreos/sysext/(containerd|docker).

The build_sysext script has been extended by an option to strip all
binaries in a sysext; the option is active by default. This takes care
of removing debug symbols from docker and containerd - which are not
removed by the default Gentoo build. The overall size of both containerd
and docker sysext is reduced by ~50%.

Lastly, the sysext command line syntax of build_image has been extended
to allow specifying multiple packages for a sysext. This was necessary
because docker-cli and docker do not have any runtime relationships and
therefore must both be specified for installation to correctly mirror
Flatcar's own docker packaging.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Kai Lüke
bc0afaad1d
Merge pull request #1302 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2023-10-30 12:07:11 +01:00
Flatcar Buildbot
0b4cded217 Update mantle container image to latest HEAD 2023-10-28 02:01:27 +00:00
flatcar-ci
6667dcf10f New version: main-3770.0.0-nightly-20231027-2100 2023-10-28 02:01:10 +00:00
flatcar-ci
6470b6f470 New version: main-3770.0.0-nightly-20231027-2100-INTERMEDIATE 2023-10-27 21:00:27 +00:00
Dongsu Park
55c099f3aa
Merge pull request #1314 from flatcar/dongsu/ue-rs-2023-10-25
overlay ue-rs: update to 0.1.0-r2, 2023-10-25
2023-10-27 17:39:02 +02:00
Dongsu Park
475402a9af
Merge pull request #1313 from flatcar/dongsu/uss-openssh-keys-0.6.2
overlay update-ssh-keys: update openssh-keys to 0.6.2
2023-10-27 17:37:12 +02:00
Dongsu Park
1c91f5a242 overlay update-ssh-keys: regenerate CRATES
Regenerate CRATES by running cargo ebuild.
2023-10-27 17:36:15 +02:00
Dongsu Park
1cda059245 overlay update-ssh-keys: update openssh-keys to 0.6.2
Update openssh-keys to 0.6.2 to avoid relying on a custom branch.
Also remove custom patch from the ebuild.

Pulls in https://github.com/flatcar/update-ssh-keys/pull/14.
2023-10-27 17:36:12 +02:00
Krzesimir Nowak
da60e5b0c8
Merge pull request #1294 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-23
Weekly portage-stable package updates 2023-10-23
2023-10-27 16:34:13 +02:00
Dongsu Park
0da4d87402 overlay ue-rs: update to 0.1.0-r2, 2023-10-25
Update to f0ad33c6b4b3e966be2437d3da44a7c580e3dc37, trunk of 2023-10-25.
Regenerate CRATES by cargo ebuild.
2023-10-26 17:23:16 +02:00
Krzesimir Nowak
b16a26f2d5 changelog: Add an entry 2023-10-26 11:30:57 +02:00
Krzesimir Nowak
81405745c4 .github: Add cargo.eclass to package automation 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
b880096ab5 eclass/cargo: Sync with Gentoo
It's from Gentoo commit dc51935f7aae5f89d1ffecabef322680979952b8.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
86ad817042 overlay profiles: Drop accept keywords for sys-devel/automake 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
0133bcc236 .github: Remove dropped packages from automation 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
16ebae2bf4 portage-stable dev-util/b2: Drop unused package 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
ff6b407f2d overlay coreos-devel/sdk-depends: Stop pulling dev-util/b2
It was used only by dev-libs/boost that we have just dropped.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
c9f8fb9051 portage-stable dev-libs/boost: Drop unused package 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
dc7f6ea732 overlay profiles: Add accept keywords for sys-block/thin-provisioning-tools
The updated version is stable only on arm64.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
28e7d037cf overlay profiles: Add accept keywords for sys-apps/smartmontools
The updated version is stable only on amd64.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
f32ed7113e overlay profiles: Add accept keywords for dev-lang/python
The updated version is stable only on arm64.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c444a7ee9e x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit acb32bf80ce20334e9c1c46085715eabfe5e296d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
8eb763ce33 sys-process/procps: Sync with Gentoo
It's from Gentoo commit 6ac1b36b938177b74499946b8d88d4fe89033061.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
b457d699d5 sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit 11c3ec43c781c83c1e699437f834869f4f8fc33d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
39a4903b40 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit fc30aec681ad047fc04225f48eca6716e7821bcb.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
21294d2ae5 sys-devel/automake: Sync with Gentoo
It's from Gentoo commit 1cf0eee856a8a6425af5b38a9f55cd9b24d7cefb.
2023-10-25 15:05:33 +02:00