- Rework package to use kubernetes-etcd metapackage
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/kubic-etcd-image?expand=0&rev=17
This commit is contained in:
parent
7dd70048fc
commit
2e1b471a7f
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="file">kubic-etcd-image.kiwi</param>
|
<param name="file">kubic-etcd-image.kiwi</param>
|
||||||
<param name="regex">%PKG_VERSION%</param>
|
<param name="regex">%PKG_VERSION%</param>
|
||||||
<param name="parse-version">patch</param>
|
<param name="parse-version">patch</param>
|
||||||
<param name="package">etcd-for-k8s-image</param>
|
<param name="package">kubernetes-etcd</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="kiwi_label_helper"/>
|
<service mode="buildtime" name="kiwi_label_helper"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 15:44:31 UTC 2020 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Rework package to use kubernetes-etcd metapackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 8 22:09:48 UTC 2019 - Thorsten Kukuk <kukuk@suse.com>
|
Fri Nov 8 22:09:48 UTC 2019 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<image schemaversion="6.9" name="kubic-etcd-image" xmlns:suse_label_helper="com.suse.label_helper">
|
<image schemaversion="6.9" name="kubic-etcd-image" xmlns:suse_label_helper="com.suse.label_helper">
|
||||||
<description type="system">
|
<description type="system">
|
||||||
<author>Thorsten Kukuk</author>
|
<author>Richard Brown</author>
|
||||||
<contact>kukuk@suse.com</contact>
|
<contact>rbrown@suse.com</contact>
|
||||||
<specification>Image containing etcd for openSUSE Kubic.</specification>
|
<specification>Image containing etcd for openSUSE Kubic.</specification>
|
||||||
</description>
|
</description>
|
||||||
<preferences>
|
<preferences>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
name="kubic/etcd"
|
name="kubic/etcd"
|
||||||
tag="latest"
|
tag="latest"
|
||||||
additionaltags="%PKG_VERSION%,%PKG_VERSION%-0,%PKG_VERSION%-0.%RELEASE%"
|
additionaltags="%PKG_VERSION%,%PKG_VERSION%-0,%PKG_VERSION%-0.%RELEASE%"
|
||||||
maintainer="Thorsten Kukuk <kukuk@suse.com>">
|
maintainer="Richard Brown <rbrown@suse.com>">
|
||||||
<expose>
|
<expose>
|
||||||
<port number="2379"/>
|
<port number="2379"/>
|
||||||
<port number="2380"/>
|
<port number="2380"/>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
||||||
</suse_label_helper:add_prefix>
|
</suse_label_helper:add_prefix>
|
||||||
</labels>
|
</labels>
|
||||||
<history author="Thorsten Kukuk <kukuk@suse.com>">openSUSE Kubic etcd container</history>
|
<history author="Richard Brown <rbrown@suse.com>">openSUSE Kubic etcd container</history>
|
||||||
</containerconfig>
|
</containerconfig>
|
||||||
</type>
|
</type>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<source path="obsrepositories:/"/>
|
<source path="obsrepositories:/"/>
|
||||||
</repository>
|
</repository>
|
||||||
<packages type="bootstrap">
|
<packages type="bootstrap">
|
||||||
<package name="etcd-for-k8s-image"/>
|
<package name="kubernetes-etcd"/>
|
||||||
<!-- package name="kubernetes-etcd-migrate"/ -->
|
<!-- package name="kubernetes-etcd-migrate"/ -->
|
||||||
</packages>
|
</packages>
|
||||||
</image>
|
</image>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user