diff --git a/Dockerfile b/Dockerfile index 75c0ba7..8e76469 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,26 +1,23 @@ # SPDX-License-Identifier: MIT -#!BuildTag: suse/rmt-server:2.7 -#!BuildTag: suse/rmt-server:latest -#!BuildTag: suse/rmt-server:2.7-%RELEASE% +#!BuildTag: opensuse/rmt-server:2.8 +#!BuildTag: opensuse/rmt-server:latest +#!BuildTag: opensuse/rmt-server:2.8-%RELEASE% 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.application.rmt-server -LABEL org.opencontainers.image.title="SLE RMT Server Container Image" +# labelprefix=org.opensuse.application.rmt-server +LABEL org.opencontainers.image.title="openSUSE Tumbleweed RMT Server Container Image" LABEL org.opencontainers.image.description="SUSE RMT Server based on the SLE Base Container Image." -LABEL org.opencontainers.image.version="2.7" -LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" +LABEL org.opencontainers.image.version="2.8" +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/rmt-server:2.7-%RELEASE%" +LABEL org.opencontainers.image.vendor="openSUSE Project" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/rmt-server:2.8-%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 diff --git a/rmt-server-image.changes b/rmt-server-image.changes index da86ae4..6214d2a 100644 --- a/rmt-server-image.changes +++ b/rmt-server-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 15 11:06:34 UTC 2022 - Dan Čermák + +- Increase compatibility with openSUSE + ------------------------------------------------------------------- Tue May 3 09:03:35 UTC 2022 - Dan Čermák