forked from pool/kubic-etcd-image
Accepting request 831442 from devel:kubic:containers
- add %PKG_VERSION%-1 tag to work with hardcoded kubernetes tag requirements - Rework package to use kubernetes-etcd metapackage OBS-URL: https://build.opensuse.org/request/show/831442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubic-etcd-image?expand=0&rev=4
This commit is contained in:
commit
869704ed13
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,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 2 11:30:06 UTC 2020 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- add %PKG_VERSION%-1 tag to work with hardcoded kubernetes tag requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
@ -15,8 +15,8 @@
|
|||||||
<containerconfig
|
<containerconfig
|
||||||
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%,%PKG_VERSION%-1,%PKG_VERSION%-1.%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