Skip to content

Commit

Permalink
Merge pull request #60 from kairos-io/release-2.3
Browse files Browse the repository at this point in the history
upgrade kairos version to 2.3.2 and update golang image
  • Loading branch information
santhoshdaivajna committed Aug 21, 2023
2 parents 9798771 + 62b9602 commit 2f1f7ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3.0
- quay.io/kairos/core-ubuntu-20-lts:v2.3.0
- quay.io/kairos/core-ubuntu-22-lts:v2.3.0
- quay.io/kairos/core-opensuse-leap:v2.3.2
- quay.io/kairos/core-ubuntu-20-lts:v2.3.2
- quay.io/kairos/core-ubuntu-22-lts:v2.3.2
k3s-version:
- v1.26.4+k3s1
- v1.25.2+k3s1
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.3.0
- quay.io/kairos/core-ubuntu-20-lts:v2.3.0
- quay.io/kairos/core-ubuntu-22-lts:v2.3.0
- quay.io/kairos/core-opensuse-leap:v2.3.2
- quay.io/kairos/core-ubuntu-20-lts:v2.3.2
- quay.io/kairos/core-ubuntu-22-lts:v2.3.2
k3s-version:
- v1.25.0+k3s1
steps:
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0
ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.3.2
ARG IMAGE_REPOSITORY=quay.io/kairos

ARG LUET_VERSION=0.34.0
Expand All @@ -22,7 +22,7 @@ build-cosign:
SAVE ARTIFACT /ko-app/cosign cosign

go-deps:
FROM golang:$GOLANG_VERSION
FROM gcr.io/spectro-dev-public/golang:1.19-debian
WORKDIR /build
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 2f1f7ac

Please sign in to comment.