Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package blackbox_exporter-image for 
openSUSE:Factory checked in at 2025-05-05 22:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blackbox_exporter-image (Old)
 and      /work/SRC/openSUSE:Factory/.blackbox_exporter-image.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blackbox_exporter-image"

Mon May  5 22:29:23 2025 rev:30 rq:1274558 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/blackbox_exporter-image/blackbox_exporter-image.changes
  2025-04-28 16:20:38.115966886 +0200
+++ 
/work/SRC/openSUSE:Factory/.blackbox_exporter-image.new.30101/blackbox_exporter-image.changes
       2025-05-05 22:56:43.429296113 +0200
@@ -1,0 +2,5 @@
+Mon May  5 09:55:29 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de>
+
+- Switch to multistage build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.KA4Zfo/_old  2025-05-05 22:56:43.845313605 +0200
+++ /var/tmp/diff_new_pack.KA4Zfo/_new  2025-05-05 22:56:43.849313773 +0200
@@ -20,13 +20,16 @@
 #!BuildTag: opensuse/blackbox_exporter:%%blackbox_exporter_minor_version%%
 #!BuildTag: opensuse/blackbox_exporter: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 prometheus-blackbox_exporter curl
-RUN set -euo pipefail; zypper -n clean -a; \
+    zypper -n --installroot /target --gpg-auto-import-keys install 
--no-recommends prometheus-blackbox_exporter curl
+RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
     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.blackbox_exporter
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed Blackbox Exporter"

Reply via email to