Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grafana-image for openSUSE:Factory checked in at 2025-07-31 17:46:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grafana-image (Old) and /work/SRC/openSUSE:Factory/.grafana-image.new.1944 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grafana-image" Thu Jul 31 17:46:40 2025 rev:35 rq:1296629 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/grafana-image/grafana-image.changes 2025-06-30 13:07:28.636368995 +0200 +++ /work/SRC/openSUSE:Factory/.grafana-image.new.1944/grafana-image.changes 2025-07-31 17:48:21.325527755 +0200 @@ -1,0 +2,5 @@ +Wed Jul 30 09:56:28 UTC 2025 - SUSE Update Bot <[email protected]> + +- set PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC to allow operation without accessible /proc filesystem + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.d6wgLY/_old 2025-07-31 17:48:23.241607392 +0200 +++ /var/tmp/diff_new_pack.d6wgLY/_new 2025-07-31 17:48:23.281609055 +0200 @@ -26,6 +26,7 @@ COPY --from=target / /target RUN set -euo pipefail; \ + export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends grafana grep sed 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}
