Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
13 changes: 13 additions & 0 deletions adoc/shared.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,16 @@ A new Base Container Image (BCI) is now available to build and run kernel module
The container includes the necessary kernel headers for both default and RT kernels on `x86_64` and `aarch64` architectures, providing a simple way to prototype and test drivers without giving access to SLE kernel binaries.
end::jscped-5576[]

tag::jscped-14582[]
[#jsc-PED-14582]
= {productname} containerdisk image now available

A {productname} containerdisk image is now available in the {suseregistry} (`registry.suse.com`).
The image contains a minimal, bootable {productname} system in the OCI container format.
Use the image to create virtual machines in cloud-native environments, for example {svirtualization}, Harvester, or {kubevirt}.

To get the image, use the path `registry.suse.com/suse/sles-{this-version}-kubevirt-minimal:latest`.

end::jscped-14582[]


10 changes: 10 additions & 0 deletions adoc/sles/release-notes-sles-161-docinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<productnumber>{this-version}</productnumber>
<date>{revdate}</date>
<revhistory xmlns:xlink="http://www.w3.org/1999/xlink">
<revision>
<date>2026-08-28</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Added section <link xlink:href="index.html#jsc-PED-14582">{productname} containerdisk image now available</link> (jsc#PED-14582)</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2026-08-27</date>
<revdescription>
Expand Down
3 changes: 3 additions & 0 deletions adoc/sles/version161.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ Before upgrading to {productname} {this-version}, review the following checklist
// jsc#PED-5576
include::../shared.adoc[tags=jscped-5576,leveloffset=+2]

// jsc#PED-14582
include::../shared.adoc[tags=jscped-14582,leveloffset=+2]

[#jsc-PED-14654]
=== Linux kernel BPF subsystem updated to match upstream v6.13 to v6.18

Expand Down
Loading