Accepting request 989387 from home:dancermak:auto_update:Tumbleweed

Increase compatibility with openSUSE

OBS-URL: https://build.opensuse.org/request/show/989387
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/pcp-image?expand=0&rev=4
This commit is contained in:
Dirk Mueller 2022-07-18 14:07:26 +00:00 committed by Git OBS Bridge
parent eb8261143f
commit 8aa2476867
2 changed files with 18 additions and 16 deletions

View File

@ -1,28 +1,25 @@
# SPDX-License-Identifier: (LGPL-2.1+ AND GPL-2.0+)
#!BuildTag: suse/pcp:5.2.2
#!BuildTag: suse/pcp:latest
#!BuildTag: suse/pcp:5.2.2-%RELEASE%
#!BuildTag: suse/pcp:5.2
#!BuildTag: suse/pcp:5
#!BuildTag: opensuse/pcp:5.2.2
#!BuildTag: opensuse/pcp:latest
#!BuildTag: opensuse/pcp:5.2.2-%RELEASE%
#!BuildTag: opensuse/pcp:5.2
#!BuildTag: opensuse/pcp:5
FROM bci/bci-init: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.application.pcp
LABEL org.opencontainers.image.title="SLE Performance Co-Pilot (pcp) container Container Image"
# labelprefix=org.opensuse.application.pcp
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Performance Co-Pilot (pcp) Container Image"
LABEL org.opencontainers.image.description="Performance Co-Pilot (pcp) container image based on the SLE Base Container Image. This container image is not supported when using a container runtime other than podman."
LABEL org.opencontainers.image.version="5.2.2"
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/suse/pcp:5.2.2-%RELEASE%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/pcp:5.2.2-%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="application"
LABEL com.suse.release-stage="beta"
LABEL com.suse.release-stage="released"
# endlabelprefix

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 15 11:06:27 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Increase compatibility with openSUSE
-------------------------------------------------------------------
Tue Jun 14 10:12:15 UTC 2022 - Dan Čermák <dcermak@suse.com>