Accepting request 989384 from home:dancermak:auto_update:Tumbleweed

Increase compatibility with openSUSE

OBS-URL: https://build.opensuse.org/request/show/989384
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.10-image?expand=0&rev=5
This commit is contained in:
Dirk Mueller 2022-07-18 14:07:43 +00:00 committed by Git OBS Bridge
parent 7191bb40cb
commit e33b8cdcc7
2 changed files with 17 additions and 15 deletions

View File

@ -1,27 +1,24 @@
# SPDX-License-Identifier: MIT
#!BuildTag: bci/python:3.10
#!BuildTag: bci/python:latest
#!BuildTag: bci/python:3.10-%RELEASE%
#!BuildTag: bci/python:3
#!BuildTag: opensuse/bci/python:3.10
#!BuildTag: opensuse/bci/python:latest
#!BuildTag: opensuse/bci/python:3.10-%RELEASE%
#!BuildTag: opensuse/bci/python:3
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.python
LABEL org.opencontainers.image.title="SLE BCI Python 3.10 Container Image"
# labelprefix=org.opensuse.bci.python
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Python 3.10 Container Image"
LABEL org.opencontainers.image.description="Python 3.10 development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="3.10"
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/python:3.10-%RELEASE%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/python:3.10-%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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 15 11:06:03 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Increase compatibility with openSUSE
-------------------------------------------------------------------
Tue May 3 08:51:18 UTC 2022 - Dan Čermák <dcermak@suse.com>