Skip to content

Commit 24f7ef4

Browse files
authored
Merge pull request #3044 from SUSE/for-deploy-6
🤖: Update build recipes for SP6
2 parents 404b167 + 9562409 commit 24f7ef4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

sles15-image/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ testing environment.
1616

1717
## Usage
1818

19-
The container image comes with the `zypper` package manager, the free `SLE_BCI`
20-
repository and the `container-suseconnect` utility. This allows you to access
19+
The container image comes with the `zypper` package manager
20+
, the free `SLE_BCI` repository
21+
and the `container-suseconnect` utility. This allows you to access
2122
the full SLE repositories with a valid SLE subscription. The image is designed
2223
to be extended by installing packages required for your specific scenario.
2324

@@ -47,7 +48,6 @@ $ podman run -ti --rm registry.suse.com/bci/bci-base:15.6
4748
# skopeo inspect -f "{{ .Name }}" docker://registry.suse.com/bci/bci-base:15.6
4849
registry.suse.com/bci/bci-base
4950
```
50-
5151
### The SLE_BCI repository
5252

5353
The container image comes with the free `SLE_BCI` repository. The repository
@@ -66,6 +66,7 @@ section in the container guide or in the tutorial ["How to use
6666
container-suseconnect"](https://opensource.suse.com/bci-docs/guides/container-suseconnect/).
6767

6868

69+
6970
## Licensing
7071

7172
`SPDX-License-Identifier: MIT`

sles15-image/sles15-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Wed Oct 15 11:22:05 UTC 2025 - SUSE Update Bot <[email protected]>
3+
4+
- move patterns to image section rather than bootstrap, small README fixes
5+
16
-------------------------------------------------------------------
27
Mon Oct 13 09:48:04 UTC 2025 - SUSE Update Bot <[email protected]>
38

sles15-image/sles15-image.kiwi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
6969
<package name="jdupes"/>
7070
<package name="kubic-locale-archive"/>
7171
<package name="patterns-base-fips"/>
72-
<package name="patterns-base-minimal_base"/>
7372
<package name="rpm-ndb"/>
7473
<package name="shadow"/>
7574
<package name="sles-release"/>
@@ -84,6 +83,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
8483
<package name="gzip"/>
8584
<package name="netcfg"/>
8685
<package name="openssl-3"/>
86+
<package name="patterns-base-minimal_base"/>
8787
<package name="skelcd-EULA-bci"/>
8888
<package name="sle-module-basesystem-release"/>
8989
<package name="sle-module-python3-release"/>

0 commit comments

Comments
 (0)