Skip to content

Commit

Permalink
feat: build next
Browse files Browse the repository at this point in the history
the "unstable" version with more recent versions
  • Loading branch information
BobyMCbobs committed Feb 8, 2024
1 parent 6c4f5b1 commit 1878547
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions equinix-metal-ipxe-boot/ipxe.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1878547

Please sign in to comment.