File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff 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
3436RUN 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; \
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Mon Feb 9 10:23:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - use systemd-tmpfiles
5+
16-------------------------------------------------------------------
27Thu Jan 1 14:16:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ COPY --from=target / /target
2727RUN 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
3134RUN set -euo pipefail; \
3235 [ "$(rpm --root /target -q --qf '%{version}' mariadb | \
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Mon Feb 9 10:23:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - use systemd-tmpfiles
5+
16-------------------------------------------------------------------
27Thu Jan 1 14:16:34 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38
You can’t perform that action at this time.
0 commit comments