From b1bb8cb0140914c4835117a559b273754b13713a0c3ae449eaff7d43a3ce4f99 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Jul 2022 14:05:19 +0000 Subject: [PATCH] Accepting request 989408 from home:dancermak:auto_update:Tumbleweed Increase compatibility with openSUSE OBS-URL: https://build.opensuse.org/request/show/989408 OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-13-image?expand=0&rev=3 --- Dockerfile | 27 ++++++++++++--------------- postgres-13-image.changes | 5 +++++ 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index c61e702..3e48dc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,26 +1,23 @@ # SPDX-License-Identifier: MIT -#!BuildTag: suse/postgres:13 -#!BuildTag: suse/postgres:13-%RELEASE% -#!BuildTag: suse/postgres:%%pg_version%% +#!BuildTag: opensuse/postgres:13 +#!BuildTag: opensuse/postgres:13-%RELEASE% +#!BuildTag: opensuse/postgres:%%pg_version%% 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.postgres -LABEL org.opencontainers.image.title="SLE PostgreSQL 13 Container Image" -LABEL org.opencontainers.image.description="PostgreSQL 13 based on the SLE Base Container Image." +# labelprefix=org.opensuse.application.postgres +LABEL org.opencontainers.image.title="openSUSE Tumbleweed PostgreSQL 13 Container Image" +LABEL org.opencontainers.image.description="PostgreSQL 13 based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="13" -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/postgres:13-%RELEASE%" +LABEL org.opencontainers.image.vendor="openSUSE Project" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/postgres:13-%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/postgres-13-image.changes b/postgres-13-image.changes index 95b446f..75ca8ad 100644 --- a/postgres-13-image.changes +++ b/postgres-13-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 15 11:08:47 UTC 2022 - Dan Čermák + +- Increase compatibility with openSUSE + ------------------------------------------------------------------- Tue May 3 09:10:20 UTC 2022 - Dan Čermák