diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50d45b6..75c464b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: | # Generate a timestamp for creating an image version history TIMESTAMP="$(date +%Y%m%d)" - COREOS_VERSION="stable" + COREOS_VERSION="next" BRANCH="${GITHUB_REF#refs/heads/}" COMMIT_TAGS=() @@ -89,8 +89,6 @@ jobs: image: corehost tags: | ${{ steps.generate-tags.outputs.alias_tags }} - build-args: | - COREOS_VERSION=stable labels: ${{ steps.meta.outputs.labels }} oci: false diff --git a/Containerfile b/Containerfile index fe4ae55..4beb6f8 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -ARG COREOS_VERSION="${COREOS_VERSION:-stable}" +ARG COREOS_VERSION="${COREOS_VERSION:-next}" FROM quay.io/fedora/fedora-coreos:${COREOS_VERSION} RUN rpm-ostree override remove \ nfs-utils-coreos \ diff --git a/equinix-metal-ipxe-boot/ipxe.txt b/equinix-metal-ipxe-boot/ipxe.txt index f80df60..2e1f55b 100644 --- a/equinix-metal-ipxe-boot/ipxe.txt +++ b/equinix-metal-ipxe-boot/ipxe.txt @@ -1,9 +1,9 @@ #!ipxe -set STREAM stable -set VERSION 39.20240112.3.0 +set STREAM next +set VERSION 39.20240128.1.1 set INSTALLDEV /dev/sda -set CONFIGURL https://raw.githubusercontent.com/ii/corehost/main/equinix-metal-ipxe-boot/ignition.ign +set CONFIGURL https://raw.githubusercontent.com/ii/corehost/next/equinix-metal-ipxe-boot/ignition.ign set BASEURL https://builds.coreos.fedoraproject.org/prod/streams/${STREAM}/builds/${VERSION}/x86_64