fix(release): enforce the v1.8 What's New floor
Demo images / Build & push demo images (push) Failing after 39s

This commit is contained in:
archipelago
2026-08-31 15:44:48 -04:00
parent e7854702c0
commit 9cf07e1eac
4 changed files with 40 additions and 103 deletions
@@ -573,7 +573,7 @@ RUN mkdir -p /etc/polkit-1/rules.d && \
# already-deployed nodes over OTA (idempotent no-op here once applied).
RUN set -eu; \
apt-get update; \
apt-get install -y --no-install-recommends kdump-tools kexec-tools rasdaemon; \
apt-get install -y --no-install-recommends kdump-tools kexec-tools makedumpfile rasdaemon; \
apt-get clean; rm -rf /var/lib/apt/lists/*; \
CONF=/etc/default/kdump-tools; \
sed -i 's|^#\?USE_KDUMP=.*|USE_KDUMP="1"|' "$CONF"; \