mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Upgrade zeekctl task to Debian 12
This commit is contained in:
parent
e269b34df1
commit
dfa2d96d22
1 changed files with 3 additions and 3 deletions
|
@ -737,7 +737,7 @@ cluster_testing_docker_builder:
|
|||
#
|
||||
# Also triggers on CIRRUS_CRON == 'zeekctl-nightly' if that is configured
|
||||
# through the Cirrus Web UI.
|
||||
zeekctl_debian11_task:
|
||||
zeekctl_debian12_task:
|
||||
cpu: *CPUS
|
||||
memory: *MEMORY
|
||||
only_if: >
|
||||
|
@ -748,8 +748,8 @@ zeekctl_debian11_task:
|
|||
$CIRRUS_BRANCH =~ 'release/.*' )
|
||||
)
|
||||
container:
|
||||
# Debian 11 EOL: June 2026
|
||||
dockerfile: ci/debian-11/Dockerfile
|
||||
# Debian 12 (bookworm) EOL: TBD
|
||||
dockerfile: ci/debian-12/Dockerfile
|
||||
<< : *RESOURCES_TEMPLATE
|
||||
sync_submodules_script: git submodule update --recursive --init
|
||||
always:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue