Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package postgres-16-image for
openSUSE:Factory checked in at 2024-11-15 15:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgres-16-image (Old)
and /work/SRC/openSUSE:Factory/.postgres-16-image.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-16-image"
Fri Nov 15 15:43:12 2024 rev:30 rq:1224291 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/postgres-16-image/postgres-16-image.changes
2024-11-01 21:06:17.975254925 +0100
+++
/work/SRC/openSUSE:Factory/.postgres-16-image.new.2017/postgres-16-image.changes
2024-11-15 15:43:22.534756653 +0100
@@ -1,0 +2,5 @@
+Thu Nov 14 17:06:30 UTC 2024 - SUSE Update Bot <[email protected]>
+
+- switch to multistage build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.c3lDzS/_old 2024-11-15 15:43:24.838853122 +0100
+++ /var/tmp/diff_new_pack.c3lDzS/_new 2024-11-15 15:43:24.862854128 +0100
@@ -21,13 +21,16 @@
#!BuildTag: opensuse/postgres:%%pg_minor_version%%
#!BuildTag: opensuse/postgres:latest
-FROM opensuse/tumbleweed:latest
+FROM opensuse/bci/bci-micro:latest AS target
+FROM opensuse/tumbleweed:latest AS builder
+COPY --from=target / /target
RUN set -euo pipefail; \
- zypper -n install --no-recommends libpq5 postgresql16-server findutils; \
+ zypper -n --installroot /target --gpg-auto-import-keys install
--no-recommends libpq5 postgresql16-server findutils coreutils sed util-linux; \
zypper -n clean; \
rm -rf
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
-
+FROM opensuse/bci/bci-micro:latest
+COPY --from=builder /target /
# Define labels according to
https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.postgres
LABEL org.opencontainers.image.title="openSUSE Tumbleweed PostgreSQL 16"