From 2c0d9747dc45168b9b26d27423d0a773b6e811f2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Mar 2024 16:54:10 -0500 Subject: [PATCH] ci: Pin eln image Until the fix for https://github.com/coreos/fedora-coreos-tracker/issues/1680 finally propagates. Signed-off-by: Colin Walters --- .github/workflows/ci.yml | 2 +- tests/kolainst/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a16a1508c..3e3c5ec92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: name: "Container testing" needs: build-fedora runs-on: ubuntu-latest - container: quay.io/centos-bootc/fedora-bootc:eln + container: quay.io/centos-bootc/fedora-bootc:eln-1708320930 steps: - name: Download uses: actions/download-artifact@v4 diff --git a/tests/kolainst/install b/tests/kolainst/install index 545f723b4..b4fce5c64 100755 --- a/tests/kolainst/install +++ b/tests/kolainst/install @@ -10,7 +10,7 @@ set -xeuo pipefail -IMAGE=quay.io/centos-bootc/fedora-bootc-dev:eln +IMAGE=quay.io/centos-bootc/fedora-bootc:eln-1708320930 # TODO: better detect this, e.g. look for an empty device DEV=/dev/vda