Skip to content

Commit 9c753f6

Browse files
authored
Bump auroraboot image (#3055)
* Bump auroraboot image to get this bump: https://github.com/kairos-io/packages/pull/1152/files Signed-off-by: Dimitris Karakasilis <[email protected]> * Fix OSV-scanner by bumping go Signed-off-by: Dimitris Karakasilis <[email protected]> * Build the image in earthly because we don't push it automatically Signed-off-by: Dimitris Karakasilis <[email protected]> * go mod tidy Signed-off-by: Dimitris Karakasilis <[email protected]> --------- Signed-off-by: Dimitris Karakasilis <[email protected]>
1 parent 76ac5a3 commit 9c753f6

File tree

3 files changed

+12
-280
lines changed

3 files changed

+12
-280
lines changed

Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ARG GRYPE_VERSION=v0.85.0
1010
# renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver
1111
ARG KAIROS_FRAMEWORK_VERSION=v2.14.4
1212
# renovate: datasource=docker depName=quay.io/kairos/auroraboot versioning=semver
13-
ARG AURORABOOT_VERSION=v0.4.0
13+
ARG AURORABOOT_VERSION=v0.4.1
1414
# renovate: datasource=docker depName=golang versioning=semver
15-
ARG GO_VERSION=1.22
15+
ARG GO_VERSION=1.23
1616
# renovate: datasource=docker depName=hadolint/hadolint
1717
ARG HADOLINT_VERSION=2.12.0-alpine
1818
# renovate: datasource=docker depName=renovate/renovate
@@ -115,7 +115,7 @@ build-and-push-golang-testing:
115115

116116
go-deps-test:
117117
ARG GO_VERSION
118-
FROM $IMAGE_REPOSITORY_ORG/golang-testing:$GO_VERSION
118+
FROM +build-and-push-golang-testing
119119
WORKDIR /build
120120
COPY tests/go.mod tests/go.sum ./
121121
RUN go mod download

tests/go.mod

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module kairos-tests
22

3-
go 1.22.0
4-
5-
toolchain go1.23.4
3+
go 1.23.4
64

75
require (
86
github.com/google/uuid v1.6.0
@@ -28,7 +26,6 @@ require (
2826
github.com/codingsince1985/checksum v1.2.4 // indirect
2927
github.com/containerd/cgroups v1.1.0 // indirect
3028
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
31-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
3229
github.com/creachadair/otp v0.4.2 // indirect
3330
github.com/davecgh/go-spew v1.1.1 // indirect
3431
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
@@ -70,8 +67,6 @@ require (
7067
github.com/klauspost/compress v1.17.9 // indirect
7168
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
7269
github.com/koron/go-ssdp v0.0.4 // indirect
73-
github.com/labstack/echo/v4 v4.12.0 // indirect
74-
github.com/labstack/gommon v0.4.2 // indirect
7570
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
7671
github.com/libp2p/go-cidranger v1.1.0 // indirect
7772
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
@@ -92,7 +87,6 @@ require (
9287
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
9388
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
9489
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
95-
github.com/mattn/go-colorable v0.1.13 // indirect
9690
github.com/mattn/go-isatty v0.0.20 // indirect
9791
github.com/miekg/dns v1.1.62 // indirect
9892
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
@@ -144,8 +138,6 @@ require (
144138
github.com/quic-go/quic-go v0.46.0 // indirect
145139
github.com/quic-go/webtransport-go v0.8.0 // indirect
146140
github.com/raulk/go-watchdog v1.3.0 // indirect
147-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
148-
github.com/shirou/gopsutil/v3 v3.23.7 // indirect
149141
github.com/shirou/gopsutil/v4 v4.24.7 // indirect
150142
github.com/shoenig/go-m1cpu v0.1.6 // indirect
151143
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
@@ -154,14 +146,10 @@ require (
154146
github.com/stretchr/testify v1.9.0 // indirect
155147
github.com/tklauser/go-sysconf v0.3.12 // indirect
156148
github.com/tklauser/numcpus v0.6.1 // indirect
157-
github.com/urfave/cli/v2 v2.27.4 // indirect
158-
github.com/valyala/bytebufferpool v1.0.0 // indirect
159-
github.com/valyala/fasttemplate v1.2.2 // indirect
160149
github.com/vishvananda/netlink v1.3.0 // indirect
161150
github.com/vishvananda/netns v0.0.4 // indirect
162151
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
163152
github.com/wlynxg/anet v0.0.4 // indirect
164-
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
165153
github.com/yusufpapurcu/wmi v1.2.4 // indirect
166154
go.opencensus.io v0.24.0 // indirect
167155
go.opentelemetry.io/otel v1.27.0 // indirect

0 commit comments

Comments
 (0)