Skip to content

Commit fe6aaa1

Browse files
authored
Merge pull request #1628 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 7c61755 + c636074 commit fe6aaa1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

mariadb-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
FROM opensuse/tumbleweed:latest
2222

23-
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}
23+
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}
2424

2525
# Define labels according to https://en.opensuse.org/Building_derived_containers
2626
# labelprefix=org.opensuse.application.mariadb

mariadb-image/gosu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if ! id -u "$u" > /dev/null 2>&1; then
88
exit 1
99
fi
1010

11-
exec setpriv --reuid="$u" --regid="$u" --clear-groups -- "$@"
11+
exec setpriv --pdeathsig=keep --reuid="$u" --regid="$u" --clear-groups -- "$@"

mariadb-image/mariadb-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Sep 9 13:54:45 UTC 2024 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
3+
4+
- add zstd for the upgrade scenario and fix signal handling
5+
16
-------------------------------------------------------------------
27
Mon Sep 9 06:51:05 UTC 2024 - Dirk Mueller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)