- Move to official opensuse repository

OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/tumbleweed-busybox-image?expand=0&rev=5
This commit is contained in:
2019-05-29 13:11:47 +00:00
committed by Git OBS Bridge
parent 290c87d9ae
commit c545f42121
3 changed files with 9 additions and 5 deletions

View File

@@ -26,6 +26,5 @@ 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 @@
-------------------------------------------------------------------
Wed May 29 15:11:28 CEST 2019 - kukuk@suse.de
- Move to official opensuse repository
-------------------------------------------------------------------
Thu May 9 20:07:19 CEST 2019 - kukuk@suse.de

View File

@@ -8,23 +8,23 @@
<preferences>
<type image="docker">
<containerconfig
name="tumbleweed/busybox"
name="opensuse/busybox"
tag="latest"
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.title" value="openSUSE Busybox Container"/>
<label name="org.opencontainers.description" value="Small image containing busybox."/>
<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:%PKG_VERSION%-%RELEASE%"/>
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/busybox:%PKG_VERSION%-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
</suse_label_helper:add_prefix>
</labels>
<history author="Thorsten Kukuk &lt;kukuk@suse.com&gt;">openSUSE Tumbleweed Busybox Container</history>
<history author="Thorsten Kukuk &lt;kukuk@suse.com&gt;">openSUSE Busybox Container</history>
</containerconfig>
</type>
<version>1.0.0</version>