[info=8353cef4022afeb45121d5e0294d3a3d]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.9-image?expand=0&rev=59
This commit is contained in:
Dan Čermák 2023-06-26 10:29:07 +00:00 committed by Git OBS Bridge
parent 1bb319e898
commit eeebc16e77
2 changed files with 7 additions and 2 deletions

View File

@ -10,8 +10,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/)
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.python
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Python 3.9 Container Image"
LABEL org.opencontainers.image.description="Python 3.9 development environment based on the SLE Base Container Image."
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Python 3.9 development"
LABEL org.opencontainers.image.description="Python 3.9 development container based on the openSUSE Tumbleweed Base Container Image."
LABEL org.opencontainers.image.version="3.9"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- label capitalization and related cleanups
-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>