Skip to content

Commit 6206155

Browse files
authored
Merge pull request #3462 from SUSE/for-deploy-16.1
🤖: Update build recipes for 16.1
2 parents 842c726 + e2e616a commit 6206155

6 files changed

Lines changed: 22 additions & 5 deletions

File tree

bind-image/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ RUN set -euo pipefail; \
2929
export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
3030
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends bind bind-utils
3131

32+
RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
33+
systemd-tmpfiles --create --root /target bind.conf
34+
3235
# patch named.prep to not call logger (provided by systemd)
3336
# and just log to stdout
34-
RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
35-
systemd-tmpfiles --create --root /target
3637
RUN set -euo pipefail; \
3738
mkdir -p /target/usr/local/lib/bind; \
3839
cp /target//usr/libexec/bind/named.prep /target/usr/local/lib/bind/named.prep; \
@@ -88,8 +89,5 @@ RUN set -euo pipefail; \
8889
install -d -m 755 -o root -g root /var/lib/named/master; \
8990
install -d -m 755 -o named -g named /var/lib/named/slave; \
9091
install -d -m 750 -o named -g named /var/log/named;
91-
# create files that tmpfiles.d would create for us
92-
RUN set -euo pipefail; touch /var/lib/named/127.0.0.zone /var/lib/named/localhost.zone /var/lib/named/named.root.key /var/lib/named/root.hint
93-
9492
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
9593
HEALTHCHECK --interval=10s --timeout=5s --retries=10 CMD dig +retry=0 +short @127.0.0.1 conncheck.opensuse.org >/dev/null && echo OK

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+
Tue Feb 17 11:18:08 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- rerender templates with generalized tmpfiles generation logic
5+
16
-------------------------------------------------------------------
27
Mon Feb 9 10:23:39 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

kea-image/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN set -euo pipefail; \
3030
RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
3131
systemd-tmpfiles --create --root /target
3232

33+
3334
# cleanup logs and temporary files
3435
RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
3536
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \

kea-image/kea-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Feb 17 11:18:08 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- rerender templates with generalized tmpfiles generation logic
5+
16
-------------------------------------------------------------------
27
Thu Feb 5 16:46:09 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

valkey-image/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ COPY --from=target / /target
2828
RUN set -euo pipefail; \
2929
export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
3030
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends valkey sed
31+
32+
RUN set -euo pipefail; zypper -n install --no-recommends systemd && \
33+
systemd-tmpfiles --create --root /target valkey.conf
3134
# sanity check that the version from the tag is equal to the version of valkey that we expect
3235
RUN set -euo pipefail; \
3336
[ "$(rpm --root /target -q --qf '%{version}' valkey | \

valkey-image/valkey-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Feb 17 11:18:08 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- rerender templates with generalized tmpfiles generation logic
5+
16
-------------------------------------------------------------------
27
Sun Jan 11 17:25:17 UTC 2026 - Dirk Müller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)