less buildah, use fedora as base
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user