Skip to content

Conversation

alexandrevicenzi
Copy link
Member

No description provided.

- Update code examples
- Remove passive voice
- Rework sections to reflect current practices
- Remove oudated images and focus on a text only guide
If you run the server locally, it creates such a folder that polutes git
status.
Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for sage-taffy-37671e ready!

Name Link
🔨 Latest commit a10134a
🔍 Latest deploy log https://app.netlify.com/projects/sage-taffy-37671e/deploys/68e8f6b6dba6f1000817c586
😎 Deploy Preview https://deploy-preview-166--sage-taffy-37671e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

---

In the container ecosystem, many tools can work with OCI-compliant images,
and all of them can use our SLE Base Container Images.
Copy link
Member

Choose a reason for hiding this comment

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

It's either called SUSE Linux Enterprise Base Container Images, Base Container Images or the short versions of them (SLE BCI, BCI). this is a mix and we shouldn't introduce it here to not be confusing.

----

[arabic, start=2]
. Add a repository to the project with `osc`.
Copy link
Member

Choose a reason for hiding this comment

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

maybe add a link or so what osc is?

@alexandrevicenzi alexandrevicenzi requested review from dariavladykina and removed request for dmpop October 16, 2025 13:33
Copy link

@dariavladykina dariavladykina left a comment

Choose a reason for hiding this comment

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

Hi, please see some suggestions for this file. Thanks!

@@ -0,0 +1,309 @@
---
title: Building container images based on SLE BCI

Choose a reason for hiding this comment

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

Suggested change
title: Building container images based on SLE BCI
title: Building Container Images Based on SLE BCI


The https://openbuildservice.org/[Open Build Service] lets you build container images,
as explained in the https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.build_containers.html[documentation].
It supports Docker, Podman, and https://osinside.github.io/kiwi/[KIWI] as backends.

Choose a reason for hiding this comment

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

Suggested change
It supports Docker, Podman, and https://osinside.github.io/kiwi/[KIWI] as backends.
It supports Docker, Podman and https://osinside.github.io/kiwi/[KIWI] as back-ends.

It supports Docker, Podman, and https://osinside.github.io/kiwi/[KIWI] as backends.

The examples below require a project where you have write access and https://github.com/openSUSE/osc/[osc].
Your home project (`home:<your-username>`) is enough for this exercise.

Choose a reason for hiding this comment

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

Suggested change
Your home project (`home:<your-username>`) is enough for this exercise.
Your home project (`home:<your-username>`) is sufficient for this exercise.

osc meta -e prj
----

Ajust the `containerfile` or `containerkiwi` XML to include a new path:

Choose a reason for hiding this comment

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

Suggested change
Ajust the `containerfile` or `containerkiwi` XML to include a new path:
Adjust the `containerfile` or `containerkiwi` XML to include a new path:

In the container ecosystem, many tools can work with OCI-compliant images,
and all of them can use our SLE Base Container Images.

== Using with Docker, Podman, or nerdctl

Choose a reason for hiding this comment

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

Suggested change
== Using with Docker, Podman, or nerdctl
== Using with Docker, Podman or nerdctl


The SLE Base Container Images are OCI-compliant, and you can use them
directly in your `Dockerfile` or `Containerfile` without any modifications.
All you need to do is include it in the `FROM` line as follows:

Choose a reason for hiding this comment

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

Suggested change
All you need to do is include it in the `FROM` line as follows:
All you need to do is include the image in the `FROM` line as follows:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants