Skip to content

Commit

Permalink
Test build for #1718
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Sep 24, 2024
1 parent 0be82ac commit 897ab0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-15-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#!BuildVersion: 15.5.15
FROM suse/sle15:15.5

RUN set -euo pipefail; zypper -n in --no-recommends postgresql15-server findutils; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends libpq5 postgresql15-server findutils; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.postgres
Expand Down
1 change: 1 addition & 0 deletions postgres-15-image/_service
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<param name="file">Dockerfile</param>
<param name="regex">%%pg_patch_version%%</param>
<param name="package">postgresql15-server</param>
<param name="parse-version">patch</param>
</service>
</services>

0 comments on commit 897ab0b

Please sign in to comment.