diff --git a/Dockerfile b/Dockerfile index 178d86d..d867019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,10 @@ FROM opensuse/tumbleweed:latest -RUN set -euo pipefail; zypper -n in --no-recommends postgresql13-server findutils; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; \ + zypper -n install --no-recommends libpq5 postgresql13-server findutils; \ + zypper -n clean; \ + rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.postgres diff --git a/_service b/_service index ed0b47e..a48d60c 100644 --- a/_service +++ b/_service @@ -11,5 +11,6 @@ Dockerfile %%pg_patch_version%% postgresql13-server + patch \ No newline at end of file diff --git a/postgres-13-image.changes b/postgres-13-image.changes index 9f4921b..8cf39a8 100644 --- a/postgres-13-image.changes +++ b/postgres-13-image.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller + +- rerender installation step in multiple lines, allow uninstalling optional packages + +------------------------------------------------------------------- +Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller + +- improved log cleaning + +------------------------------------------------------------------- +Wed Sep 25 10:02:07 UTC 2024 - Dirk Mueller + +- install libpq5 to avoid have-choice errors + ------------------------------------------------------------------- Tue Sep 24 20:00:32 UTC 2024 - Dirk Mueller