Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e1628ea
New version: alpha-4628.0.0
tormath1 Mar 5, 2026
d1a0f7c
Update mantle container image to latest HEAD
Mar 9, 2026
506ff2e
Merge pull request #3810 from flatcar/mantle-update-flatcar-4628
tormath1 Mar 9, 2026
48000d5
image_changes: update PATH variable
tormath1 Mar 9, 2026
b60f0d9
New version: alpha-4628.0.0-nightly-20260309-2100
Mar 9, 2026
db89ea8
sys-kernel/bootengine: Bump to address PXE OEM issue
chewi Mar 9, 2026
e71773e
Change shebang for run_sdk_container
robinschneider Mar 10, 2026
126e8e5
ci-automation: Allow overriding Mantle container name and tag
chewi Mar 10, 2026
edba545
New version: alpha-4628.0.0-nightly-20260310-2100
Mar 10, 2026
6a9761f
Update mantle container image to latest HEAD
Mar 11, 2026
5879691
Merge pull request #3818 from flatcar/mantle-update-flatcar-4628
tormath1 Mar 11, 2026
93e3bff
Update mantle container image to latest HEAD
Mar 11, 2026
a1120f6
Merge pull request #3822 from flatcar/mantle-update-flatcar-4628
tormath1 Mar 11, 2026
9818c33
New version: alpha-4628.0.0-nightly-20260311-2100
Mar 11, 2026
2d74b52
sys-kernel/coreos-sources: Update from 6.12.74 to 6.12.77
Mar 14, 2026
8320d15
app-misc/ca-certificates: Update from 3.120 to 3.121
Mar 16, 2026
ac1b08b
Revert "app-misc/ca-certificates: use github URLs"
tormath1 Mar 2, 2026
c00f757
Update mantle container image to latest HEAD
Mar 16, 2026
26dce33
Merge pull request #3826 from flatcar/linux-6.12.77-flatcar-4628
tormath1 Mar 16, 2026
c5e5bc6
Merge pull request #3832 from flatcar/mantle-update-flatcar-4628
tormath1 Mar 16, 2026
788bb00
Merge pull request #3830 from flatcar/cacerts-3.121-flatcar-4628
tormath1 Mar 16, 2026
0f61da4
New version: alpha-4628.0.0-nightly-20260316-2100
Mar 16, 2026
dc3f9c9
New version: alpha-4628.0.0-nightly-20260317-2100
Mar 17, 2026
cef193d
Update mantle container image to latest HEAD
Mar 18, 2026
07ddba3
Merge pull request #3843 from flatcar/mantle-update-flatcar-4628
tormath1 Mar 18, 2026
4910010
New version: alpha-4628.0.0-nightly-20260318-2100
Mar 18, 2026
7b5d418
feat: oraclecloud initial
navaneeth-dev Mar 21, 2026
4b0876f
fix: make ignition also work on oci. qemu fix
navaneeth-dev Mar 21, 2026
ee030bb
feat: sync
navaneeth-dev Mar 21, 2026
53e1b2e
fix: suggestions
navaneeth-dev Mar 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions build_library/vm_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Default values use the format IMG_DEFAULT_<opt>.

VALID_IMG_TYPES=(
oraclecloud
akamai
ami
ami_vmdk
Expand Down Expand Up @@ -48,6 +49,7 @@ VALID_IMG_TYPES=(

#list of oem package names, minus the oem- prefix
VALID_OEM_PACKAGES=(
oraclecloud
akamai
azure
cloudsigma
Expand Down Expand Up @@ -350,6 +352,13 @@ IMG_akamai_OEM_PACKAGE=common-oem-files
IMG_akamai_OEM_USE=akamai
IMG_akamai_OEM_SYSEXT=oem-akamai

## Oracle Cloud
IMG_oraclecloud_DISK_FORMAT=qcow2
IMG_oraclecloud_DISK_LAYOUT=vm
IMG_oraclecloud_OEM_PACKAGE=common-oem-files
IMG_oraclecloud_OEM_USE=oraclecloud
IMG_oraclecloud_OEM_SYSEXT=oem-oraclecloud

# proxmoxve
IMG_proxmoxve_DISK_FORMAT=qcow2
IMG_proxmoxve_DISK_LAYOUT=vm
Expand Down
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be dropped through a rebase.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- ca-certificates ([3.121](https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_121.html))
11 changes: 11 additions & 0 deletions sdk_container/.repo/manifests/version.txt.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<<<<<<< HEAD
FLATCAR_VERSION=4628.0.0+nightly-20260318-2100
FLATCAR_VERSION_ID=4628.0.0
FLATCAR_BUILD_ID="nightly-20260318-2100"
FLATCAR_SDK_VERSION=4628.0.0
=======
FLATCAR_VERSION=4643.0.0+nightly-20260318-2100
FLATCAR_VERSION_ID=4643.0.0
FLATCAR_BUILD_ID="nightly-20260318-2100"
FLATCAR_SDK_VERSION=4643.0.0+nightly-20260318-2100
>>>>>>> main
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ COMMON_OEMIDS=(
azure
hetzner
openstack
oraclecloud
packet
proxmoxve
qemu
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set oem_id="oraclecloud"
set linux_append="flatcar.autologin flatcar.oem.id=oraclecloud"
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="OEM suite for Oracle Cloud"
HOMEPAGE="https://cloud.oracle.com/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64"
IUSE=""

OEM_NAME="oraclecloud"