Skip to content

Commit

Permalink
chore: upgrade Fedora Core OS to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl authored May 13, 2024
1 parent 9865d3f commit 8c205c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/fcos-zfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://github.com/coreos/layering-examples/tree/main/build-zfs-module
# Needs to be set to the Fedora version on CoreOS stable stream, as it is our base image.
# BUILDER_VERSION=$(curl -s "https://builds.coreos.fedoraproject.org/streams/stable.json" | jq -r '.architectures.x86_64.artifacts.metal.release' | cut -d '.' -f 1)
ARG BUILDER_VERSION=39
ARG BUILDER_VERSION=40

# Base image for the final layer
ARG BASE_IMAGE=quay.io/fedora/fedora-coreos:stable
Expand Down Expand Up @@ -53,4 +53,4 @@ RUN rm \

# Add hdparm
RUN rpm-ostree install hdparm \
&& ostree container commit
&& ostree container commit

0 comments on commit 8c205c7

Please sign in to comment.