Skip to content

Commit

Permalink
Merge pull request #44 from santhoshdaivajna/kairos212
Browse files Browse the repository at this point in the history
Update kairos v2.1.2
  • Loading branch information
santhoshdaivajna committed Jun 30, 2023
2 parents 4326249 + 0ae3494 commit e3251f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
base-image:
- quay.io/kairos/core-opensuse-leap:v2.1.1
- quay.io/kairos/core-ubuntu-20-lts:v2.1.1
- quay.io/kairos/core-ubuntu-22-lts:v2.1.1
- quay.io/kairos/core-opensuse-leap:v2.1.2
- quay.io/kairos/core-ubuntu-20-lts:v2.1.2
- quay.io/kairos/core-ubuntu-22-lts:v2.1.2
rke2-version:
- v1.26.4+rke2r1
- v1.25.3+rke2r1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
strategy:
matrix:
base-image:
- quay.io/kairos/core-opensuse-leap:v2.1.1
- quay.io/kairos/core-ubuntu-20-lts:v2.1.1
- quay.io/kairos/core-ubuntu-22-lts:v2.1.1
- quay.io/kairos/core-opensuse-leap:v2.1.2
- quay.io/kairos/core-ubuntu-20-lts:v2.1.2
- quay.io/kairos/core-ubuntu-22-lts:v2.1.2
rke2-version:
- v1.26.4+rke2r1
- v1.25.2+rke2r1
Expand Down
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.6
FROM alpine

ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.1.1
ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.1.2
ARG IMAGE_REPOSITORY=quay.io/kairos

ARG LUET_VERSION=0.34.0
Expand Down

0 comments on commit e3251f1

Please sign in to comment.