096a235e86
- Use 'busybox' as 'busybox-container' was dropped - Convert to use busybox-links - busybox-container was merged with busybox - Add kubernetes pause binary - Use busybox-container, much smaller - Add subcommand with /bin/sh, as the default /bin/bash does not exist - Fix labels - Move to official opensuse repository - Lock root password - Remove bash, kiwi >= 9.17.35 don't need them anymore - Add workaround that .kconfig uses bash syntax - Initial version OBS-URL: https://build.opensuse.org/request/show/794024 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/tumbleweed-busybox-image?expand=0&rev=15
11 lines
434 B
Plaintext
11 lines
434 B
Plaintext
<services>
|
|
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
|
<service name="replace_using_package_version" mode="buildtime">
|
|
<param name="file">tumbleweed-busybox-image.kiwi</param>
|
|
<param name="regex">%PKG_VERSION%</param>
|
|
<param name="parse-version">patch</param>
|
|
<param name="package">busybox</param>
|
|
</service>
|
|
<service mode="buildtime" name="kiwi_label_helper"/>
|
|
</services>
|