Skip to content

Commit 0c7de34

Browse files
authored
Merge pull request #1626 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents df25213 + 336b0e1 commit 0c7de34

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

rmt-mariadb-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#!BuildVersion: 15.7.10.11
2323
FROM suse/sle15:15.7
2424

25-
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}
25+
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}
2626

2727
# Define labels according to https://en.opensuse.org/Building_derived_containers
2828
# labelprefix=com.suse.application.rmt-mariadb

rmt-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 -- "$@"

rmt-mariadb-image/rmt-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:55:43 UTC 2024 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
3+
4+
- add zstd for the upgrade scenario and fix signal handling
5+
16
-------------------------------------------------------------------
27
Wed Sep 4 11:25:45 UTC 2024 - Dan Čermák <dcermak@suse.com>
38

0 commit comments

Comments
 (0)