Skip to content

Commit adf1e10

Browse files
committed
Update Ubuntu Docker image to 26.04
1 parent 6850e97 commit adf1e10

8 files changed

Lines changed: 21 additions & 17 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
file: ./docker/ubuntu.Dockerfile
5151
platforms: linux/amd64,linux/arm64
5252
push: ${{ github.ref == 'refs/heads/master' }}
53-
tags: ghcr.io/learning-process/ppc-ubuntu:1.2
53+
tags: ghcr.io/learning-process/ppc-ubuntu:1.3

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ubuntu-gcc-build-perf-stats:
1212
runs-on: ubuntu-24.04
1313
container:
14-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
14+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
1515
credentials:
1616
username: ${{ github.actor }}
1717
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pre-commit:
3232
runs-on: ubuntu-24.04
3333
container:
34-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
34+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
3535
credentials:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/static-analysis-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
clang-tidy:
2929
runs-on: ubuntu-24.04
3030
container:
31-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
31+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
3232
credentials:
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
@@ -77,7 +77,7 @@ jobs:
7777
- clang-tidy
7878
runs-on: ubuntu-24.04
7979
container:
80-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
80+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
8181
credentials:
8282
username: ${{ github.actor }}
8383
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ubuntu.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
gcc-build:
1818
runs-on: ${{ matrix.os }}
1919
container:
20-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
20+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
2121
credentials:
2222
username: ${{ github.actor }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171
- gcc-build
7272
runs-on: ${{ matrix.os }}
7373
container:
74-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
74+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
7575
credentials:
7676
username: ${{ github.actor }}
7777
password: ${{ secrets.GITHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103
- gcc-test
104104
runs-on: ${{ matrix.os }}
105105
container:
106-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
106+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
107107
credentials:
108108
username: ${{ github.actor }}
109109
password: ${{ secrets.GITHUB_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127127
clang-build:
128128
runs-on: ${{ matrix.os }}
129129
container:
130-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
130+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
131131
credentials:
132132
username: ${{ github.actor }}
133133
password: ${{ secrets.GITHUB_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172
- clang-build
173173
runs-on: ${{ matrix.os }}
174174
container:
175-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
175+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
176176
credentials:
177177
username: ${{ github.actor }}
178178
password: ${{ secrets.GITHUB_TOKEN }}
@@ -204,7 +204,7 @@ jobs:
204204
- clang-test
205205
runs-on: ${{ matrix.os }}
206206
container:
207-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
207+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
208208
credentials:
209209
username: ${{ github.actor }}
210210
password: ${{ secrets.GITHUB_TOKEN }}
@@ -230,7 +230,7 @@ jobs:
230230
- clang-build
231231
runs-on: ${{ matrix.os }}
232232
container:
233-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
233+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
234234
credentials:
235235
username: ${{ github.actor }}
236236
password: ${{ secrets.GITHUB_TOKEN }}
@@ -277,7 +277,7 @@ jobs:
277277
- clang-sanitizer-build
278278
runs-on: ${{ matrix.os }}
279279
container:
280-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
280+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
281281
credentials:
282282
username: ${{ github.actor }}
283283
password: ${{ secrets.GITHUB_TOKEN }}
@@ -315,7 +315,7 @@ jobs:
315315
- clang-sanitizer-test
316316
runs-on: ${{ matrix.os }}
317317
container:
318-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
318+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
319319
credentials:
320320
username: ${{ github.actor }}
321321
password: ${{ secrets.GITHUB_TOKEN }}
@@ -348,7 +348,7 @@ jobs:
348348
issues: write
349349
pull-requests: write
350350
container:
351-
image: ghcr.io/learning-process/ppc-ubuntu:1.2
351+
image: ghcr.io/learning-process/ppc-ubuntu:1.3
352352
credentials:
353353
username: ${{ github.actor }}
354354
password: ${{ secrets.GITHUB_TOKEN }}

docker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## ppc-ubuntu
44

5+
### [1.3] - 2026-06-01
6+
7+
- Update base image to Ubuntu 26.04
8+
59
### [1.2] - 2026-02-25
610

711
- Update LLVM version to 22

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Build
88

9-
Build multi-architecture Ubuntu 24.04 development image:
9+
Build multi-architecture Ubuntu 26.04 development image:
1010

1111
```bash
1212
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/learning-process/ppc-ubuntu:latest -f ./ubuntu.Dockerfile .

docker/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:26.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)