tumbleweed-busybox-image/_service
Thorsten Kukuk 096a235e86 Accepting request 794024 from home:kukuk:container
- 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
2020-04-15 06:34:48 +00:00

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>