Skip to content

Commit f2b28fa

Browse files
authored
Merge pull request #3430 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 31d38f1 + c843107 commit f2b28fa

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

bind-image/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ RUN set -euo pipefail; \
3131

3232
# patch named.prep to not call logger (provided by systemd)
3333
# and just log to stdout
34+
RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
35+
systemd-tmpfiles --create --root /target
3436
RUN set -euo pipefail; \
3537
mkdir -p /target/usr/local/lib/bind; \
3638
cp /target//usr/libexec/bind/named.prep /target/usr/local/lib/bind/named.prep; \

bind-image/bind-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Feb 9 10:23:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- use systemd-tmpfiles
5+
16
-------------------------------------------------------------------
27
Thu Jan 1 14:16:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

mariadb-image/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ COPY --from=target / /target
2727
RUN set -euo pipefail; \
2828
export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
2929
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends coreutils findutils gawk mariadb mariadb-tools openssl sed timezone util-linux zstd
30+
31+
RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
32+
systemd-tmpfiles --create --root /target
3033
# sanity check that the version from the tag is equal to the version of mariadb that we expect
3134
RUN set -euo pipefail; \
3235
[ "$(rpm --root /target -q --qf '%{version}' mariadb | \

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 Feb 9 10:23:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- use systemd-tmpfiles
5+
16
-------------------------------------------------------------------
27
Thu Jan 1 14:16:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)