less buildah, use fedora as base

This commit is contained in:
Julian Wefers
2026-05-30 22:30:10 +02:00
parent e3eae265f7
commit 8a96decfdc
3 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora-coreos:stable
FROM quay.io/fedora/fedora-bootc:44
# Install ZFS
RUN dnf install -y kernel-devel-$(uname -r | awk -F'-' '{print $1}')
@@ -10,3 +10,5 @@ RUN mkdir /backups && chown backup:backup /backups
COPY --chown=root:root --chmod=600 id_ed25519.pub /root/.ssh/authorized_keys
COPY --chown=backup:backup --chmod=600 id_ed25519.pub /var/home/backup/.ssh/authorized_keys
RUN bootc container lint