Accepting request 706322 from devel:kubic:containers

- Fix labels

- Move to official opensuse repository

OBS-URL: https://build.opensuse.org/request/show/706322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tumbleweed-busybox-image?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-06-01 07:52:44 +00:00 committed by Git OBS Bridge
commit 3198c2a76b
3 changed files with 17 additions and 8 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,13 @@
-------------------------------------------------------------------
Wed May 29 15:43:02 CEST 2019 - kukuk@suse.de
- Fix labels
-------------------------------------------------------------------
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.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.title" value="openSUSE Busybox Container"/>
<label name="org.opencontainers.image.description" value="Small image containing busybox."/>
<label name="org.opencontainers.image.version" value="%PKG_VERSION%-%RELEASE%"/>
<label name="org.opencontainers.image.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>