From 4438f665ab8431e93d63c405e28ba4c9b0cb12b5 Mon Sep 17 00:00:00 2001 From: Rishi Date: Wed, 8 Feb 2023 15:13:52 -0800 Subject: [PATCH] Bumping up kairos version to 1.5.0 --- .github/workflows/publish.yaml | 6 +++--- Earthfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ae153ca..992a68b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,9 +13,9 @@ jobs: strategy: matrix: base-image: - - quay.io/kairos/core-opensuse:v1.4.0 - - quay.io/kairos/core-ubuntu-20-lts:v1.4.0 - - quay.io/kairos/core-ubuntu-22-lts:v1.4.0 + - quay.io/kairos/core-opensuse-leap:v1.5.0 + - quay.io/kairos/core-ubuntu-20-lts:v1.5.0 + - quay.io/kairos/core-ubuntu-22-lts:v1.5.0 rke2-version: - v1.25.3+rke2r1 - v1.25.2+rke2r1 diff --git a/Earthfile b/Earthfile index d2ff484..62db0fb 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.6 FROM alpine -ARG BASE_IMAGE=quay.io/kairos/core-opensuse:latest +ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:latest ARG IMAGE_REPOSITORY=quay.io/kairos ARG LUET_VERSION=0.33.0