mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/ci_for_ubuntu_25_04_instead_of_ubuntu_24_10_because_that_one_is_at_eol'
* origin/topic/johanna/ci_for_ubuntu_25_04_instead_of_ubuntu_24_10_because_that_one_is_at_eol: CI: Ubuntu 24.10 is eol, add Ubuntu 25.04
This commit is contained in:
commit
8d89e035fd
2 changed files with 4 additions and 4 deletions
|
@ -296,10 +296,10 @@ weekly_current_clang_task:
|
|||
env:
|
||||
ZEEK_CI_COMPILER: clang
|
||||
|
||||
ubuntu24_10_task:
|
||||
ubuntu25_04_task:
|
||||
container:
|
||||
# Ubuntu 24.10 EOL: 2025-07-30
|
||||
dockerfile: ci/ubuntu-24.10/Dockerfile
|
||||
# Ubuntu 25.04 EOL: 2026-01-31
|
||||
dockerfile: ci/ubuntu-25.04/Dockerfile
|
||||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
<< : *SKIP_TASK_ON_PR
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:24.10
|
||||
FROM ubuntu:25.04
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue