[info=f8737441c49e6caa2f51b72178be1d23]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/mariadb-image?expand=0&rev=124
This commit is contained in:
Dan Čermák 2024-09-09 13:57:41 +00:00 committed by Git OBS Bridge
parent ad4ee62ba5
commit 2ba1ae4320
3 changed files with 7 additions and 2 deletions

View File

@ -20,7 +20,7 @@
FROM opensuse/tumbleweed:latest
RUN set -euo pipefail; zypper -n in --no-recommends mariadb mariadb-tools gawk timezone util-linux findutils; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
RUN set -euo pipefail; zypper -n in --no-recommends mariadb mariadb-tools gawk timezone util-linux findutils zstd; 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.mariadb

2
gosu
View File

@ -8,4 +8,4 @@ if ! id -u "$u" > /dev/null 2>&1; then
exit 1
fi
exec setpriv --reuid="$u" --regid="$u" --clear-groups -- "$@"
exec setpriv --pdeathsig=keep --reuid="$u" --regid="$u" --clear-groups -- "$@"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 9 13:54:45 UTC 2024 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- add zstd for the upgrade scenario and fix signal handling
-------------------------------------------------------------------
Mon Sep 9 06:51:05 UTC 2024 - Dirk Mueller <dmueller@suse.com>