File transactional-update.kiwi of Package transactional-update-image

<?xml version="1.0" encoding="utf-8"?>

<image schemaversion="7.4" name="transactional-update">
    <description type="system">
        <license>MIT</license>
        <author>Ignaz Forster</author>
        <contact>iforster@suse.com</contact>
        <specification>Containerized transactional-update</specification>
    </description>
    <preferences>
<!--
    Depending on the content, it might make sense to derive from a base image.
    With glibc and busybox only: <type ... derived_from="obsrepositories:/opensuse/busybox">
    With glibc, coreutils, zypper: <type ... derived_from="obsrepositories:/opensuse/tumbleweed">
    -->
        <type image="docker">
            <containerconfig name="kubic/transactional-update" tag="latest" additionaltags="%PKG_VERSION%,%PKG_VERSION%.%RELEASE%" maintainer="Ignaz Forster &lt;iforster@suse.com&gt;">
                <entrypoint execute="/sbin/transactional-update"/>
                <labels>
<!-- Fill the proper metainfomation here and assign a proper prefix.
               See https://en.opensuse.org/Building_derived_containers#Labels -->
                    <suse_label_helper:add_prefix xmlns:suse_label_helper="com.suse.label_helper" prefix="org.opensuse.tukit.transactional-update">
                        <label name="org.opencontainers.image.title" value="openSUSE Kubic transactional-update Container"/>
                        <label name="org.opencontainers.image.description" value="Container with transactional-update."/>
                        <label name="org.opensuse.reference" value="registry.opensuse.org/kubic/transactional-update:%PKG_VERSION%.%RELEASE%"/>
                        <label name="org.opencontainers.image.version" value="%PKG_VERSION%.%RELEASE%"/>
                        <label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
                        <label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
                        <label name="org.opencontainers.image.url" value="https://github.com/openSUSE/transactional-update"/>
                        <label name="org.openbuildservice.disturl" value="%DISTURL%"/>
                    </suse_label_helper:add_prefix>
                </labels>
<!-- Fill as appropriate -->
                <history author="Ignaz Forster &lt;iforster@suse.com&gt;">Container with transactional-update.</history>
            </containerconfig>
            <size unit="M">700</size>
        </type>
        <version>1.0.0</version>
        <packagemanager>zypper</packagemanager>
        <rpm-excludedocs>true</rpm-excludedocs>
    </preferences>
    <repository type="rpm-md">
        <source path="obsrepositories:/"/>
    </repository>
    <packages type="bootstrap">
<!-- When using a base image, work around https://github.com/openSUSE/obs-build/issues/487
    <package name="openSUSE-release-appliance-docker"/> -->
<!-- Fill with your package(s) here -->
        <package name="transactional-update"/>
<!-- If you have a custom entrypoint script:
    <archive name="entrypoint.tar.gz"/> -->
    </packages>
</image>
openSUSE Build Service is sponsored by