[info=02ed89ee7ff86b908bcb7ad5e2a10d58]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/init-image?expand=0&rev=26
This commit is contained in:
Dan Čermák 2023-06-20 16:17:50 +00:00 committed by Git OBS Bridge
parent fd444ad3ff
commit 9a75baf8c0
2 changed files with 7 additions and 1 deletions

View File

@ -18,8 +18,9 @@ LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime"
LABEL org.opensuse.release-stage="released"
LABEL com.suse.release-stage="released"
# endlabelprefix
LABEL usage="This container should only be used to build containers for daemons. Add your packages and enable services using systemctl."

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add release stage and lifecycle url
-------------------------------------------------------------------
Wed Apr 26 06:18:43 UTC 2023 - Dirk Müller <dmueller@suse.com>