diff --git a/Dockerfile b/Dockerfile index e879e8c..c1c4497 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/python-3.10-image.changes b/python-3.10-image.changes index 19cf28d..1019b61 100644 --- a/python-3.10-image.changes +++ b/python-3.10-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 15 11:06:03 UTC 2022 - Dan Čermák + +- Increase compatibility with openSUSE + ------------------------------------------------------------------- Tue May 3 08:51:18 UTC 2022 - Dan Čermák