Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cdi-cloner-container for openSUSE:Factory checked in at 2023-05-12 20:38:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdi-cloner-container (Old) and /work/SRC/openSUSE:Factory/.cdi-cloner-container.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdi-cloner-container" Fri May 12 20:38:27 2023 rev:10 rq:1086657 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/cdi-cloner-container/cdi-cloner-container.changes 2022-10-14 15:43:15.631990660 +0200 +++ /work/SRC/openSUSE:Factory/.cdi-cloner-container.new.1533/cdi-cloner-container.changes 2023-05-12 20:41:01.975102452 +0200 @@ -1,0 +2,7 @@ +Fri May 12 05:05:45 UTC 2023 - Vasily Ulyanov <vasily.ulya...@suse.com> + +- Make the WORKDIR aligned with the upstream + The cloner pod is configured to run as a different non-root user and + an attempt to access /home/cdi-cloner fails with EACCES. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.lZ6Rsw/_old 2023-05-12 20:41:02.415104870 +0200 +++ /var/tmp/diff_new_pack.lZ6Rsw/_new 2023-05-12 20:41:02.423104914 +0200 @@ -31,7 +31,7 @@ zypper clean -a && \ useradd -u 1001 --create-home -s /bin/bash cdi-cloner -WORKDIR /home/cdi-cloner +WORKDIR /usr/bin USER 1001 ENTRYPOINT [ "/usr/bin/cloner_startup.sh" ]