File appliance.kiwi of Package delta_basepython_aws-cli
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="7.5" name="kiwi-test-image-delta-basepython-aws-cli">
<description type="system">
<author>Marcus Schäfer</author>
<contact>marcus.schaefer@gmail.com</contact>
<specification>This container is based on the basepython container. New software, aws-cli, in this case gets incorporated via bootstrap packages. The provisioning of this container requires basesystem+basepython+aws-cli to become functional</specification>
</description>
<preferences>
<type image="docker" derived_from="obs://home:marcus.schaefer:delta_containers/containers_tw/basepython#latest" delta_root="true">
<containerconfig name="aws-cli-basepython"/>
</type>
<version>1.15.4</version>
<packagemanager>zypper</packagemanager>
<rpm-excludedocs>true</rpm-excludedocs>
</preferences>
<repository type="rpm-md">
<source path="obsrepositories:/"/>
</repository>
<packages type="bootstrap">
<package name="aws-cli"/>
</packages>
</image>