Accepting request 701940 from devel:kubic:containers
OBS-URL: https://build.opensuse.org/request/show/701940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tumbleweed-busybox-image?expand=0&rev=2
This commit is contained in:
commit
201a195be7
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<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">%%LONG_VERSION%%</param>
|
||||
<param name="regex">%PKG_VERSION%</param>
|
||||
<param name="parse-version">patch</param>
|
||||
<param name="package">busybox</param>
|
||||
</service>
|
||||
|
@ -26,5 +26,6 @@ echo "Configure image: [$kiwi_iname]..."
|
||||
/bin/rm /usr/bin/busybox
|
||||
/bin/rm /usr/bin/busybox.install
|
||||
/bin/rm -rf /usr/share/busybox
|
||||
/bin/sed -i -e 's|root::|root:!:|g' /etc/shadow
|
||||
|
||||
exit 0
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 20:07:19 CEST 2019 - kukuk@suse.de
|
||||
|
||||
- Lock root password
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 10:37:18 CEST 2019 - kukuk@suse.de
|
||||
|
||||
|
@ -10,17 +10,17 @@
|
||||
<containerconfig
|
||||
name="tumbleweed/busybox"
|
||||
tag="latest"
|
||||
additionaltags="%%LONG_VERSION%%,%%LONG_VERSION%%-%RELEASE%"
|
||||
additionaltags="%PKG_VERSION%,%PKG_VERSION%-%RELEASE%"
|
||||
maintainer="Thorsten Kukuk <kukuk@suse.com>">
|
||||
<labels>
|
||||
<suse_label_helper:add_prefix prefix="org.opensuse.tumbleweed.busybox">
|
||||
<label name="org.opencontainers.title" value="openSUSE Tumbleweed Busybox Container"/>
|
||||
<label name="org.opencontainers.description" value="Small image containing busybox."/>
|
||||
<label name="org.opencontainers.version" value="%%LONG_VERSION%%-%RELEASE%"/>
|
||||
<label name="org.opencontainers.version" value="%PKG_VERSION%-%RELEASE%"/>
|
||||
<label name="org.opencontainers.created" value="%BUILDTIME%"/>
|
||||
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
|
||||
<label name="org.opencontainers.image.url" value="https://www.opensuse.org/"/>
|
||||
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/tumbleweed/busybox:%%LONG_VERSION%%-%RELEASE%"/>
|
||||
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/tumbleweed/busybox:%PKG_VERSION%-%RELEASE%"/>
|
||||
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
||||
</suse_label_helper:add_prefix>
|
||||
</labels>
|
||||
|
Loading…
Reference in New Issue
Block a user