File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 extract-image-tag :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 outputs :
1414 build_tag : ${{ steps.extract_tag.outputs.tag }}
1515 steps :
Original file line number Diff line number Diff line change 99
1010jobs :
1111 extract-image-tag :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 outputs :
1414 build_tag : ${{ steps.extract_tag.outputs.tag }}
1515 steps :
Original file line number Diff line number Diff line change 88
99jobs :
1010 markdownlint :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - uses : actions/checkout@v4
14141818 run : make markdownlint
1919
2020 test-sumologic-mock :
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-24 .04
2222 steps :
2323 - uses : actions/checkout@v4
2424 -
uses :
actions-rs/[email protected] 3737 run : make test
3838
3939 build-image :
40- runs-on : ubuntu-20 .04
40+ runs-on : ubuntu-24 .04
4141 steps :
4242 - uses : actions/checkout@v4
4343 - name : Build kubernetes-tools image
4646 run : make test-image
4747
4848 test-update-collection-v3 :
49- runs-on : ubuntu-20 .04
49+ runs-on : ubuntu-24 .04
5050 steps :
5151 - uses : actions/checkout@v4
5252 - uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1- FROM golang:1.22.5 as go-builder
1+ FROM golang:1.24.2 as go-builder
22RUN mkdir /build
33ADD ./src/go /build/
44WORKDIR /build
@@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
2222 -ldflags '-w -extldflags "-static"' \
2323 -o update-collection-v3 cmd/update-collection-v3/main.go
2424
25- FROM rust:1.78.0-alpine3.18 as rust-builder
25+ FROM rust:slim as rust-builder
2626RUN apk update \
2727 && apk upgrade \
2828 && apk add g++ git \
@@ -35,7 +35,7 @@ WORKDIR /logs-generator
3535COPY ./src/rust/logs-generator .
3636RUN cargo build --release
3737
38- FROM alpine:3.20.1
38+ FROM alpine:3.21.3
3939ARG TARGETARCH
4040ARG TARGETOS
4141ENV HELM_VERSION="3.7.2"
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /ubi-minimal:9.5
1+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:9.5
22
33ARG TARGETARCH
44ARG TARGETOS
Original file line number Diff line number Diff line change 1- FROM rust:1.78.0-alpine3.18 as rust-builder
1+ FROM rust:slim as rust-builder
22RUN apk update \
33 && apk upgrade \
44 && apk add g++ git \
@@ -11,7 +11,7 @@ WORKDIR /sumologic-mock
1111COPY ./src/rust/sumologic-mock .
1212RUN cargo build --release
1313
14- FROM alpine:3.20.1
14+ FROM alpine:3.21.3
1515ARG TARGETARCH
1616ARG TARGETOS
1717
You can’t perform that action at this time.
0 commit comments