1
0

Accepting request 1099514 from devel:BCI:Tumbleweed

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1099514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgres-14-image?expand=0&rev=2
This commit is contained in:
2023-07-19 17:11:49 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends postgresql14-server distribution-release; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends postgresql14-server; zypper -n clean; rm -rf /var/log/*
ENV LANG="en_US.utf8"
ENV PG_MAJOR="14"
ENV PG_VERSION="%%pg_version%%"

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Remove distribution-release from the package list, it is inherited from the base image
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>