Closed
Conversation
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Upgrade mantle container image to latest HEAD in flatcar-4628
For some reasons, the '#!/usr/bin/env python3' command of the 'show-fixed-kernel-cves.py' started to resolve 'python3' before reaching the 'ci-automation/python-bin' PATH location. So 'feedparser' was not installed, so it was failing. I guess we shipped some Python updates providing 'python3' resolution, or we stopped masked some Python related stuffs into the SDK. Flipping the 'ci-automation/python-bin' should fix the issue and it should not have any side-effects as this is scopped only on the 'show-changes' script call. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
Signed-off-by: Robin Schneider <mail@robinschneider.dev>
MANTLE_REF will be optionally passed by Jenkins. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Upgrade mantle container image to latest HEAD in flatcar-4628
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Upgrade mantle container image to latest HEAD in flatcar-4628
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This reverts commit 25de567. I think that the reverted commit was trying to fix a "non-error". On Gentoo distfiles, it that seems a glitch has occured on ca-certificates-3.120.1, as the decompressed archive tree files is not consistent from one release to the other: ``` $ wget http://distfiles.gentoo.org/distfiles/37/nss-3.120.1.tar.gz $ wget http://distfiles.gentoo.org/distfiles/43/nss-3.121.tar.gz $ tar -xf nss-3.120.1.tar.gz $ tar -xf nss-3.121.tar.gz $ ls -l nss-3.121/nss total 88 drwxr-xr-x 8 tormath1 tormath1 160 Mar 2 15:00 automation -rwxr-xr-x 1 tormath1 tormath1 9183 Feb 19 10:30 build.sh ... $ ls -l nss-NSS_3_120_1_RTM/ total 88 drwxr-xr-x 8 tormath1 tormath1 160 Feb 11 19:19 automation -rwxr-xr-x 1 tormath1 tormath1 9183 Feb 11 19:19 build.sh ... ``` Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Upgrade Linux Kernel for flatcar-4628 from 6.12.74 to 6.12.77
Upgrade mantle container image to latest HEAD in flatcar-4628
Update ca-certificates in flatcar-4628 from 3.120 to 3.121
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Upgrade mantle container image to latest HEAD in flatcar-4628
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
tormath1
reviewed
Mar 21, 2026
tormath1
reviewed
Mar 21, 2026
Contributor
There was a problem hiding this comment.
This should be dropped through a rebase.
tormath1
reviewed
Mar 21, 2026
...ontainer/src/third_party/coreos-overlay/coreos-base/oem-oraclecloud/oem-oraclecloud-0.ebuild
Outdated
Show resolved
Hide resolved
tormath1
reviewed
Mar 21, 2026
...er/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r11.ebuild
Outdated
Show resolved
Hide resolved
.../src/third_party/coreos-overlay/coreos-base/common-oem-files/files/oraclecloud/grub.cfg.frag
Show resolved
Hide resolved
Author
|
Reopening a PR, there is too much confusion with git. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for Oracle Cloud Infrastructure
I want official builds of flatcar for Oracle Cloud.
How to use
Right now I verified it works. I will try to work on CI builds tomorrow.
I will fix the conventions soon.
Testing done
Right now I verified it works.