forked from pool/init-image
Accepting request 989404 from home:dancermak:auto_update:Tumbleweed
Increase compatibility with openSUSE OBS-URL: https://build.opensuse.org/request/show/989404 OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/init-image?expand=0&rev=5
This commit is contained in:
parent
fb9177fbc7
commit
3d3d72fe48
19
Dockerfile
19
Dockerfile
@ -4,23 +4,20 @@
|
||||
#!BuildTag: bci/bci-init:latest
|
||||
FROM opensuse/tumbleweed:latest
|
||||
|
||||
MAINTAINER SUSE LLC (https://www.suse.com/)
|
||||
MAINTAINER openSUSE (https://www.opensuse.org/)
|
||||
|
||||
# Define labels according to https://en.opensuse.org/Building_derived_containers
|
||||
# labelprefix=com.suse.bci.init
|
||||
LABEL org.opencontainers.image.title="SLE BCI Init Container Image"
|
||||
# labelprefix=org.opensuse.bci.init
|
||||
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI %OS_VERSION% Init Container Image"
|
||||
LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is not supported when using container runtime other than podman."
|
||||
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%"
|
||||
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
|
||||
LABEL org.opencontainers.image.url="https://www.opensuse.org"
|
||||
LABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||
LABEL org.opencontainers.image.vendor="SUSE LLC"
|
||||
LABEL org.opensuse.reference="registry.suse.com/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%"
|
||||
LABEL org.opencontainers.image.vendor="openSUSE Project"
|
||||
LABEL org.opensuse.reference="registry.opensuse.org/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%"
|
||||
LABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
LABEL com.suse.supportlevel="techpreview"
|
||||
LABEL com.suse.eula="sle-bci"
|
||||
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle"
|
||||
LABEL com.suse.image-type="sle-bci"
|
||||
LABEL com.suse.release-stage="beta"
|
||||
|
||||
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."
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 11:08:17 UTC 2022 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Increase compatibility with openSUSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 12:22:34 UTC 2022 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user