Accepting request 1199708 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1199708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb-image?expand=0&rev=33
This commit is contained in:
Ana Guerrero 2024-09-10 19:13:15 +00:00 committed by Git OBS Bridge
commit c1a69ba0c3
3 changed files with 7 additions and 2 deletions

View File

@ -20,7 +20,7 @@
FROM opensuse/tumbleweed:latest 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 # Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.application.mariadb # labelprefix=org.opensuse.application.mariadb

2
gosu
View File

@ -8,4 +8,4 @@ if ! id -u "$u" > /dev/null 2>&1; then
exit 1 exit 1
fi 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> Mon Sep 9 06:51:05 UTC 2024 - Dirk Mueller <dmueller@suse.com>