CI: Upgrade zeekctl task to Debian 12

This commit is contained in:
Arne Welzel 2025-03-31 11:12:27 +02:00
parent e269b34df1
commit dfa2d96d22

View file

@ -737,7 +737,7 @@ cluster_testing_docker_builder:
# #
# Also triggers on CIRRUS_CRON == 'zeekctl-nightly' if that is configured # Also triggers on CIRRUS_CRON == 'zeekctl-nightly' if that is configured
# through the Cirrus Web UI. # through the Cirrus Web UI.
zeekctl_debian11_task: zeekctl_debian12_task:
cpu: *CPUS cpu: *CPUS
memory: *MEMORY memory: *MEMORY
only_if: > only_if: >
@ -748,8 +748,8 @@ zeekctl_debian11_task:
$CIRRUS_BRANCH =~ 'release/.*' ) $CIRRUS_BRANCH =~ 'release/.*' )
) )
container: container:
# Debian 11 EOL: June 2026 # Debian 12 (bookworm) EOL: TBD
dockerfile: ci/debian-11/Dockerfile dockerfile: ci/debian-12/Dockerfile
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
sync_submodules_script: git submodule update --recursive --init sync_submodules_script: git submodule update --recursive --init
always: always: