Skip to content

Commit 4aa7211

Browse files
authored
Remove tools image references and opt for auroraboot (#192)
* Remove references to osbuilder-tools image because it has been merged with auroraboot here: kairos-io/AuroraBoot#110 as part of kairos-io/kairos#1633 Signed-off-by: Dimitris Karakasilis <[email protected]> * WIP Signed-off-by: Dimitris Karakasilis <[email protected]> * Fix test command Signed-off-by: Dimitris Karakasilis <[email protected]> * go mod tidy Signed-off-by: Dimitris Karakasilis <[email protected]> * Bump linting action Signed-off-by: Dimitris Karakasilis <[email protected]> * Don't look for artifacts in build/ subdir because it has been fixed here: kairos-io/AuroraBoot#115 Signed-off-by: Dimitris Karakasilis <[email protected]> --------- Signed-off-by: Dimitris Karakasilis <[email protected]>
1 parent 3aa1fa1 commit 4aa7211

36 files changed

+3106
-5097
lines changed

.github/workflows/lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
FORCE_COLOR: 1
1616
jobs:
1717
call-workflow:
18-
uses: kairos-io/linting-composite-action/.github/workflows/[email protected].9
18+
uses: kairos-io/linting-composite-action/.github/workflows/[email protected].10
1919
with:
20-
yamldirs: ".github/workflows/ config/ tools-image/"
20+
yamldirs: ".github/workflows/ config/"
2121
is-go: true

.github/workflows/tool-image.yml

-77
This file was deleted.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM golang:1.23 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Earthfile

-25
This file was deleted.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
177177

178178
## Tool Versions
179179
KUSTOMIZE_VERSION ?= v3.8.7
180-
CONTROLLER_TOOLS_VERSION ?= v0.9.0
180+
CONTROLLER_TOOLS_VERSION ?= v0.16.5
181181

182182
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
183183
.PHONY: kustomize

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To install, use helm:
6666
# Adds the kairos repo to helm
6767
$ helm repo add kairos https://kairos-io.github.io/helm-charts
6868
"kairos" has been added to your repositories
69-
$ helm repo update
69+
$ helm repo update
7070
Hang tight while we grab the latest from your chart repositories...
7171
...Successfully got an update from the "kairos" chart repository
7272
Update Complete. ⎈Happy Helming!⎈

0 commit comments

Comments
 (0)