Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
file: ./docker/ubuntu.Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/master' }}
tags: ghcr.io/learning-process/ppc-ubuntu:1.2
tags: ghcr.io/learning-process/ppc-ubuntu:1.3
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ubuntu-gcc-build-perf-stats:
runs-on: ubuntu-24.04
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pre-commit:
runs-on: ubuntu-24.04
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
clang-tidy:
runs-on: ubuntu-24.04
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- clang-tidy
runs-on: ubuntu-24.04
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
gcc-build:
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
Comment thread
aobolensk marked this conversation as resolved.
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- gcc-build
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- gcc-test
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -127,7 +127,7 @@ jobs:
clang-build:
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- clang-build
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- clang-test
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -230,7 +230,7 @@ jobs:
- clang-build
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
- clang-sanitizer-build
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
- clang-sanitizer-test
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
issues: write
pull-requests: write
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.2
image: ghcr.io/learning-process/ppc-ubuntu:1.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## ppc-ubuntu

### [1.3] - 2026-06-01

- Update base image to Ubuntu 26.04

### [1.2] - 2026-02-25

- Update LLVM version to 22
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Build

Build multi-architecture Ubuntu 24.04 development image:
Build multi-architecture Ubuntu 26.04 development image:

```bash
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/learning-process/ppc-ubuntu:latest -f ./ubuntu.Dockerfile .
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
Loading