forked from pool/opensuse-memcached-image
Accepting request 952895 from home:favogt:branches:devel:kubic:containers
- Add missing % around some %%PKG_VERSION%% uses - Use - between version and release consistently - Add org.opencontainers.image.version label OBS-URL: https://build.opensuse.org/request/show/952895 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/opensuse-memcached-image?expand=0&rev=3
This commit is contained in:
parent
74b6148387
commit
5dcd8c7f12
@ -6,8 +6,9 @@
|
||||
FROM opensuse/tumbleweed
|
||||
# labelprefix=org.opensuse.memcached
|
||||
PREFIXEDLABEL org.opencontainers.image.title="memcached"
|
||||
PREFIXEDLABEL org.opencontainers.image.description="A high-performance, distributed memory object caching system version %PKG_VERSION%"
|
||||
PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/memcached:%PKG_VERSION%.%RELEASE%"
|
||||
PREFIXEDLABEL org.opencontainers.image.description="A high-performance, distributed memory object caching system version %%PKG_VERSION%%"
|
||||
PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/memcached:%%PKG_VERSION%%-%RELEASE%"
|
||||
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%"
|
||||
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||
# Fill the image with content and clean the cache(s)
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 9 09:42:42 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Add missing % around some %%PKG_VERSION%% uses
|
||||
- Use - between version and release consistently
|
||||
- Add org.opencontainers.image.version label
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 12:01:42 UTC 2022 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user