Skip to content

Commit 3839237

Browse files
authored
Merge pull request moby#5018 from crazy-max/ci-ubuntu2404
ci: switch to ubuntu-24.04 runner
2 parents 4d9a4e5 + 7c5eed6 commit 3839237

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/workflows/.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
jobs:
3535
prepare:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
outputs:
3838
pkgs: ${{ steps.set.outputs.pkgs }}
3939
kinds: ${{ steps.set.outputs.kinds }}
@@ -97,7 +97,7 @@ jobs:
9797
*.cache-to=type=gha,scope=${{ inputs.cache_scope }}
9898
9999
run:
100-
runs-on: ubuntu-22.04
100+
runs-on: ubuntu-24.04
101101
needs:
102102
- prepare
103103
env:

.github/workflows/buildkit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030

3131
jobs:
3232
prepare:
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
outputs:
3535
tag: ${{ steps.prep.outputs.tag }}
3636
push: ${{ steps.prep.outputs.push }}
@@ -66,7 +66,7 @@ jobs:
6666
echo "platforms=$platforms" >>${GITHUB_OUTPUT}
6767
6868
binaries:
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
needs:
7171
- prepare
7272
strategy:
@@ -143,7 +143,7 @@ jobs:
143143
typ: integration
144144
145145
image:
146-
runs-on: ubuntu-22.04
146+
runs-on: ubuntu-24.04
147147
needs:
148148
- prepare
149149
- test
@@ -188,7 +188,7 @@ jobs:
188188
CACHE_TO: type=gha,scope=image${{ matrix.target-stage }}
189189

190190
release:
191-
runs-on: ubuntu-22.04
191+
runs-on: ubuntu-24.04
192192
needs:
193193
- prepare
194194
- test

.github/workflows/buildx-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
3737
create:
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
strategy:
4040
fail-fast: false
4141
matrix:

.github/workflows/dockerd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
prepare:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
-
2222
name: Prepare
@@ -71,7 +71,7 @@ jobs:
7171
retention-days: 1
7272

7373
test:
74-
runs-on: ubuntu-22.04
74+
runs-on: ubuntu-24.04
7575
needs:
7676
- prepare
7777
strategy:

.github/workflows/frontend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
codecov_flags: dockerfile-frontend
3939

4040
prepare:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
4242
if: github.event_name != 'schedule'
4343
outputs:
4444
typ: ${{ steps.prep.outputs.typ }}
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
image:
78-
runs-on: ubuntu-22.04
78+
runs-on: ubuntu-24.04
7979
needs:
8080
- test
8181
- prepare
@@ -125,7 +125,7 @@ jobs:
125125
CACHE_TO: type=gha,scope=${{ env.CACHE_SCOPE }}
126126

127127
release:
128-
runs-on: ubuntu-22.04
128+
runs-on: ubuntu-24.04
129129
if: startsWith(github.ref, 'refs/tags/dockerfile')
130130
needs:
131131
- prepare

.github/workflows/test-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
build:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
strategy:
2929
fail-fast: false
3030
matrix:

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
prepare:
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
outputs:
2626
targets: ${{ steps.targets.outputs.matrix }}
2727
steps:
@@ -35,7 +35,7 @@ jobs:
3535
echo "matrix=$(docker buildx bake validate --print | jq -cr '.target | keys')" >> $GITHUB_OUTPUT
3636
3737
validate:
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
needs:
4040
- prepare
4141
strategy:
@@ -66,7 +66,7 @@ jobs:
6666
targets: ${{ matrix.target }}
6767

6868
archutil-arm64:
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
# TODO: enable when binutils-loongarch64-linux-gnu pkg is available for aarch64 arch
7171
# https://github.com/moby/buildkit/pull/4392#issuecomment-1938223235
7272
if: false

0 commit comments

Comments
 (0)