Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bind-image for openSUSE:Factory checked in at 2025-05-06 16:43:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bind-image (Old) and /work/SRC/openSUSE:Factory/.bind-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bind-image" Tue May 6 16:43:07 2025 rev:7 rq:1274838 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/bind-image/bind-image.changes 2025-05-05 22:56:42.729266680 +0200 +++ /work/SRC/openSUSE:Factory/.bind-image.new.30101/bind-image.changes 2025-05-06 16:43:15.372811304 +0200 @@ -1,0 +2,5 @@ +Tue May 6 07:48:54 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- restore executable permission on entrypoint + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.zqDfgL/_old 2025-05-06 16:43:15.760828031 +0200 +++ /var/tmp/diff_new_pack.zqDfgL/_new 2025-05-06 16:43:15.764828203 +0200 @@ -62,6 +62,7 @@ EXPOSE 53/tcp 53/udp 953/tcp 853/tcp 443/tcp COPY entrypoint.sh /usr/local/bin/entrypoint.sh +RUN set -euo pipefail; chmod +x /usr/local/bin/entrypoint.sh # create directories that tmpfiles.d would create for us RUN set -euo pipefail; \