Updating to silverblue 42

This commit is contained in:
Ben Radey
2025-07-18 12:19:16 -04:00
parent 6371c2f532
commit f22fe35df8
+2 -2
View File
@@ -10,12 +10,12 @@ WORKDIR /gocryptfs
RUN ./build-without-openssl.bash RUN ./build-without-openssl.bash
# ====== Stage 2: Server image ====== # ====== Stage 2: Server image ======
FROM quay.io/fedora/fedora-silverblue:41 FROM quay.io/fedora/fedora-silverblue:42
COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs
# Install ZFS repository # Install ZFS repository
RUN rpm-ostree install https://github.com/zfsonlinux/zfsonlinux.github.com/raw/master/fedora/zfs-release-2-6$(rpm --eval "%{dist}").noarch.rpm && \ RUN rpm-ostree install https://github.com/zfsonlinux/zfsonlinux.github.com/raw/master/fedora/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm && \
# cleanup and verification stage # cleanup and verification stage
rm -vrf /var /*.rpm && \ rm -vrf /var /*.rpm && \
ostree container commit ostree container commit