Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 389-ds-container for 
openSUSE:Factory checked in at 2024-08-15 09:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/389-ds-container (Old)
 and      /work/SRC/openSUSE:Factory/.389-ds-container.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "389-ds-container"

Thu Aug 15 09:57:46 2024 rev:17 rq:1193903 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/389-ds-container/389-ds-container.changes        
2024-08-10 19:12:59.346710323 +0200
+++ 
/work/SRC/openSUSE:Factory/.389-ds-container.new.7232/389-ds-container.changes  
    2024-08-15 09:57:59.510133882 +0200
@@ -1,0 +2,5 @@
+Wed Aug 14 12:30:32 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- install packages first
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.NJ6ViE/_old  2024-08-15 09:57:59.954152464 +0200
+++ /var/tmp/diff_new_pack.NJ6ViE/_new  2024-08-15 09:57:59.958152632 +0200
@@ -20,6 +20,8 @@
 
 FROM opensuse/tumbleweed:latest
 
+RUN set -euo pipefail; zypper -n in --no-recommends 389-ds timezone openssl 
nss_synth; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.application.389-ds
 LABEL org.opencontainers.image.authors="william.br...@suse.com"
@@ -37,8 +39,6 @@
 LABEL org.opensuse.release-stage="released"
 # endlabelprefix
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/389-ds-container/README.md";
-
-RUN set -euo pipefail; zypper -n in --no-recommends 389-ds timezone openssl 
nss_synth; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 CMD ["/usr/lib/dirsrv/dscontainer", "-r"]
 EXPOSE 3389 3636
 

Reply via email to