1
0

[info=0babff2a9d2f522b34bb45e6a7d80db9]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/postgres-15-image?expand=0&rev=18
This commit is contained in:
Dan Čermák 2023-07-12 13:05:11 +00:00 committed by Git OBS Bridge
parent 73a5ea7841
commit c414dafce4
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends postgresql15-server distribution-release; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends postgresql15-server; zypper -n clean; rm -rf /var/log/*
ENV LANG="en_US.utf8"
ENV PG_MAJOR="15"
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>