Skip to content

Commit

Permalink
Test build for #1573
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Aug 20, 2024
1 parent c7a2896 commit 4b96f66
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion base-image/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SLE BCI Framework One Base Container Image
# SLE BCI 16 Base Container Image
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
Expand Down
2 changes: 1 addition & 1 deletion busybox-image/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SLE BCI Framework One BusyBox: the smallest and GPLv3-free image
# SLE BCI 16 BusyBox: the smallest and GPLv3-free image
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
Expand Down
6 changes: 3 additions & 3 deletions busybox-image/busybox-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<description type="system">
<author>SUSE LLC</author>
<contact>https://www.suse.com/</contact>
<specification>SLE BCI Framework One BusyBox Container Image</specification>
<specification>SLE BCI 16 BusyBox Container Image</specification>
</description>
<preferences>
<type image="docker">
Expand All @@ -32,8 +32,8 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.busybox">
<label name="org.opencontainers.image.authors" value="SUSE LLC (https://www.suse.com/)"/>
<label name="org.opencontainers.image.title" value="SLE BCI Framework One BusyBox"/>
<label name="org.opencontainers.image.description" value="Framework One BusyBox container based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.title" value="SLE BCI 16 BusyBox"/>
<label name="org.opencontainers.image.description" value="16 BusyBox container based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="SUSE LLC"/>
Expand Down
2 changes: 1 addition & 1 deletion init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n clea
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.init
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.title="SLE BCI Framework One Init"
LABEL org.opencontainers.image.title="SLE BCI 16 Init"
LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is only supported with podman."
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
Expand Down
2 changes: 1 addition & 1 deletion init-image/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The SLE BCI Framework One Init container image
# The SLE BCI 16 Init container image
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
Expand Down
2 changes: 1 addition & 1 deletion micro-image/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SLE BCI Framework One Micro: Suitable for deploying static binaries
# SLE BCI 16 Micro: Suitable for deploying static binaries
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
Expand Down
4 changes: 2 additions & 2 deletions micro-image/micro-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<description type="system">
<author>SUSE LLC</author>
<contact>https://www.suse.com/</contact>
<specification>SLE BCI Framework One Micro Container Image</specification>
<specification>SLE BCI 16 Micro Container Image</specification>
</description>
<preferences>
<type image="docker">
Expand All @@ -32,7 +32,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.micro">
<label name="org.opencontainers.image.authors" value="SUSE LLC (https://www.suse.com/)"/>
<label name="org.opencontainers.image.title" value="SLE BCI Framework One Micro"/>
<label name="org.opencontainers.image.title" value="SLE BCI 16 Micro"/>
<label name="org.opencontainers.image.description" value="A micro environment for containers based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
Expand Down
2 changes: 1 addition & 1 deletion minimal-image/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SLE BCI Framework One Minimal: Base Container image without Zypper
# SLE BCI 16 Minimal: Base Container image without Zypper
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
Expand Down
6 changes: 3 additions & 3 deletions minimal-image/minimal-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<description type="system">
<author>SUSE LLC</author>
<contact>https://www.suse.com/</contact>
<specification>SLE BCI Framework One Minimal Container Image</specification>
<specification>SLE BCI 16 Minimal Container Image</specification>
</description>
<preferences>
<type image="docker" derived_from="obsrepositories:/bci/bci-micro#latest">
Expand All @@ -32,8 +32,8 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.minimal">
<label name="org.opencontainers.image.authors" value="SUSE LLC (https://www.suse.com/)"/>
<label name="org.opencontainers.image.title" value="SLE BCI Framework One Minimal"/>
<label name="org.opencontainers.image.description" value="Framework One Minimal container based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.title" value="SLE BCI 16 Minimal"/>
<label name="org.opencontainers.image.description" value="16 Minimal container based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="SUSE LLC"/>
Expand Down
4 changes: 2 additions & 2 deletions sle16-kernel-module-devel-image/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SLE Framework One Kernel Module Development Container
# SLE 16 Kernel Module Development Container
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)

## Description

The SLE Framework One Kernel Module
The SLE 16 Kernel Module
Development Container Image includes all necessary tools to build kernel modules
for SLE and SLE Micro. It is intended to be used for building out-of-tree kernel
modules in restricted environments for the SLE kernel.
Expand Down

0 comments on commit 4b96f66

Please sign in to comment.