|
|
|
|
@@ -1,10 +1,11 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
<!-- OBS-Profiles: @BUILD_FLAVOR@ -->
|
|
|
|
|
<!-- So that Dockerfile builds derived from this use the project paths -->
|
|
|
|
|
<!-- OBS-Imagerepo: obsrepositories:/ -->
|
|
|
|
|
<!-- OBS-ExcludeArch: i586 -->
|
|
|
|
|
|
|
|
|
|
<image schemaversion="6.5" name="opensuse-leap-image" xmlns:suse_label_helper="com.suse.label_helper">
|
|
|
|
|
<image schemaversion="7.4" name="opensuse-leap-image">
|
|
|
|
|
<description type="system">
|
|
|
|
|
<author>Fabian Vogt</author>
|
|
|
|
|
<contact>fvogt@suse.com</contact>
|
|
|
|
|
@@ -12,6 +13,8 @@
|
|
|
|
|
</description>
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile name="docker" description="Docker-compatible image"/>
|
|
|
|
|
<profile name="lxc" description="LXC-compatible image"/>
|
|
|
|
|
<profile name="networkd" description="Image with systemd-networkd, suitable for use in systemd-machined"/>
|
|
|
|
|
</profiles>
|
|
|
|
|
<preferences profiles="docker">
|
|
|
|
|
<type image="docker">
|
|
|
|
|
@@ -21,7 +24,7 @@
|
|
|
|
|
additionaltags="%OS_VERSION_ID%.%RELEASE%"
|
|
|
|
|
maintainer="Fabian Vogt <fvogt@suse.com>">
|
|
|
|
|
<labels>
|
|
|
|
|
<suse_label_helper:add_prefix prefix="org.opensuse.base">
|
|
|
|
|
<suse_label_helper:add_prefix xmlns:suse_label_helper="com.suse.label_helper" prefix="org.opensuse.base">
|
|
|
|
|
<label name="org.opencontainers.image.title" value="openSUSE Leap %OS_VERSION_ID% Base Container"/>
|
|
|
|
|
<label name="org.opencontainers.image.description" value="Image containing a minimal environment for containers based on openSUSE Leap %OS_VERSION_ID%."/>
|
|
|
|
|
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID%.%RELEASE%"/>
|
|
|
|
|
@@ -34,6 +37,7 @@
|
|
|
|
|
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
|
|
|
|
</suse_label_helper:add_prefix>
|
|
|
|
|
</labels>
|
|
|
|
|
<history author="Fabian Vogt <fvogt@suse.com>">openSUSE Leap %OS_VERSION_ID% Base Container</history>
|
|
|
|
|
</containerconfig>
|
|
|
|
|
</type>
|
|
|
|
|
<version>16.0.0</version>
|
|
|
|
|
@@ -57,20 +61,18 @@
|
|
|
|
|
<repository>
|
|
|
|
|
<source path="obsrepositories:/"/>
|
|
|
|
|
</repository>
|
|
|
|
|
<packages type="image" profiles="networkd">
|
|
|
|
|
<packages type="bootstrap" profiles="networkd">
|
|
|
|
|
<package name="systemd"/>
|
|
|
|
|
<package name="systemd-networkd"/>
|
|
|
|
|
<package name="systemd-resolved"/>
|
|
|
|
|
<package name="systemd-sysvinit"/>
|
|
|
|
|
<package name="iproute2"/>
|
|
|
|
|
<package name="openSUSE-repos"/>
|
|
|
|
|
</packages>
|
|
|
|
|
<packages type="image" profiles="lxc">
|
|
|
|
|
<packages type="bootstrap" profiles="lxc">
|
|
|
|
|
<package name="systemd"/>
|
|
|
|
|
<package name="systemd-sysvinit"/>
|
|
|
|
|
<package name="wicked"/>
|
|
|
|
|
<package name="iproute2"/>
|
|
|
|
|
<package name="openSUSE-repos"/>
|
|
|
|
|
</packages>
|
|
|
|
|
<packages type="bootstrap">
|
|
|
|
|
<package name="aaa_base"/>
|
|
|
|
|
@@ -87,10 +89,10 @@
|
|
|
|
|
<package name="lsb-release"/>
|
|
|
|
|
<package name="netcfg"/>
|
|
|
|
|
<package name="openssl"/>
|
|
|
|
|
<package name="patterns-base-fips"/>
|
|
|
|
|
<package name="openSUSE-build-key"/>
|
|
|
|
|
<package name="openSUSE-release"/>
|
|
|
|
|
<package name="Leap-release"/>
|
|
|
|
|
<package name="Leap-release-appliance-docker"/>
|
|
|
|
|
<package name="openSUSE-repos"/>
|
|
|
|
|
<package name="patterns-base-minimal_base"/>
|
|
|
|
|
<package name="patterns-base-fips"/>
|
|
|
|
|
<package name="procps"/>
|
|
|
|
|
|