-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathminimal-image.kiwi
More file actions
82 lines (77 loc) · 3.79 KB
/
minimal-image.kiwi
File metadata and controls
82 lines (77 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<!-- SPDX-License-Identifier: MIT -->
<!--
Copyright (c) 2025 SUSE LLC
All modifications and additions to the file contributed by third parties
remain the property of their copyright owners, unless otherwise agreed
upon.
The content of THIS FILE IS AUTOGENERATED and should not be manually modified.
It is maintained by the BCI team and generated by
https://github.com/SUSE/BCI-dockerfile-generator
Please submit bugfixes or comments via https://bugs.opensuse.org/
You can contact the BCI team via https://github.com/SUSE/bci/discussions
-->
<!-- OBS-AddTag: bci/bci-minimal:%OS_VERSION_ID_SP%-%RELEASE% bci/bci-minimal:%OS_VERSION_ID_SP% -->
<!-- OBS-Imagerepo: obsrepositories:/ -->
<image schemaversion="7.4" name="minimal-image" xmlns:suse_label_helper="com.suse.label_helper">
<description type="system">
<author>SUSE LLC</author>
<contact>https://www.suse.com/</contact>
<specification>SLE BCI 15 SP7 Minimal Container Image</specification>
</description>
<preferences>
<type image="docker">
<containerconfig
name="bci/bci-minimal"
tag="%OS_VERSION_ID_SP%-%RELEASE%"
additionaltags="%OS_VERSION_ID_SP%">
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.minimal">
<label name="org.opencontainers.image.authors" value="https://github.com/SUSE/bci/discussions"/>
<label name="org.opencontainers.image.title" value="SLE BCI 15 SP7 Minimal"/>
<label name="org.opencontainers.image.description" value="15 SP7 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"/>
<label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
<label name="org.opencontainers.image.url" value="https://www.suse.com/products/base-container-images/"/>
<label name="org.opencontainers.image.ref.name" value="%OS_VERSION_ID_SP%-%RELEASE%"/>
<label name="org.opensuse.reference" value="registry.suse.com/bci/bci-minimal:%OS_VERSION_ID_SP%-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
<label name="com.suse.supportlevel" value="techpreview"/>
<label name="com.suse.supportlevel.until" value="2031-07-31"/>
<label name="com.suse.eula" value="sle-bci"/>
<label name="com.suse.release-stage" value="beta"/>
<label name="com.suse.lifecycle-url" value="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15"/>
</suse_label_helper:add_prefix>
<label name="io.artifacthub.package.readme-url" value="%SOURCEURL%/README.md"/>
<label name="io.artifacthub.package.logo-url" value="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"/>
</labels>
</containerconfig>
</type>
<version>15.7.0</version>
<packagemanager>zypper</packagemanager>
<rpm-check-signatures>false</rpm-check-signatures>
<rpm-excludedocs>true</rpm-excludedocs>
</preferences>
<repository type="rpm-md">
<source path="obsrepositories:/"/>
</repository>
<packages type="delete">
<package name="grep"/>
<package name="diffutils"/>
<package name="info"/>
<package name="fillup"/>
<package name="libzio1"/>
</packages>
<packages type="bootstrap">
<package name="bash"/>
<package name="ca-certificates-mozilla-prebuilt"/>
<package name="coreutils"/>
<package name="skelcd-EULA-bci"/>
<package name="sles-release"/>
<package name="jdupes"/>
<package name="rpm-ndb"/>
<package name="perl-base"/>
</packages>
</image>