Accepting request 701939 from home:kukuk:container

- Lock root password

OBS-URL: https://build.opensuse.org/request/show/701939
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/tumbleweed-busybox-image?expand=0&rev=3
This commit is contained in:
2019-05-10 08:20:30 +00:00
committed by Git OBS Bridge
parent 820ddd0383
commit 290c87d9ae
4 changed files with 10 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -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 &lt;kukuk@suse.com&gt;">
<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>