Hello community,
here is the log from the commit of package opensuse-mariadb-image for
openSUSE:Factory checked in at 2020-02-24 15:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-mariadb-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-mariadb-image.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-mariadb-image"
Mon Feb 24 15:55:13 2020 rev:6 rq:778744 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-mariadb-image/opensuse-mariadb-image.changes
2019-12-19 14:55:26.468713506 +0100
+++
/work/SRC/openSUSE:Factory/.opensuse-mariadb-image.new.26092/opensuse-mariadb-image.changes
2020-02-24 15:57:27.852128739 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 11:10:03 UTC 2020 - Thorsten Kukuk <[email protected]>
+
+- Disable binding to localhost only, breaks usage in containers
+
+-------------------------------------------------------------------
New:
----
config.sh
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ config.sh ++++++
#!/bin/sh
#--------------------------------------
#test -f /.profile && . /.profile
#======================================
# Greeting...
#--------------------------------------
echo "Configure image: [$kiwi_iname]..."
# Disable binding to localhost only, doesn't make sense in a container
sed -i -e 's|\(bind-address.*\)|#\1|g' /etc/my.cnf
exit 0