Skip to content

Commit bee7762

Browse files
authored
ci: use linuxcontainers image (#1042)
fluent:ubuntu/26.04 is snapshot image because 26.04 is not ready at that time. Now resolute image was officially supported, switch to it. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 55d26d5 commit bee7762

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/apt.matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "Ubuntu Resolute amd64",
2929
"rake-job": "ubuntu-resolute",
3030
"test-docker-image": "ubuntu:resolute",
31-
"test-incus-image": "fluent:ubuntu/26.04"
31+
"test-incus-image": "images:ubuntu/26.04"
3232
}
3333
]
3434
}

.github/workflows/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
container-image: images:ubuntu/24.04
213213
- label: Ubuntu Resolute amd64
214214
rake-job: ubuntu-resolute
215-
container-image: fluent:ubuntu/26.04
215+
container-image: images:ubuntu/26.04
216216
exclude:
217217
- label: Debian bookworm amd64
218218
test: update-from-v4.sh

0 commit comments

Comments
 (0)