From 99e668dc062c05d00bc6ae1cc9c42b6fd9791cd6 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 21 Jun 2023 18:57:07 +0200 Subject: [PATCH] cirrus: Stop pushing container images to zeekurity Closes #3143 --- .cirrus.yml | 5 ----- NEWS | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 961e7351d1..bcc80842bf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -407,8 +407,6 @@ windows_task: # 2 hour timeout just for potential of building Docker image taking a while timeout_in: 120m windows_container: - # image: cirrusci/windowsservercore:cmake - # image: zeekurity/broker-ci-windows:latest dockerfile: ci/windows/Dockerfile os_version: 2019 cpu: 8 @@ -608,9 +606,6 @@ container_image_manifest_docker_builder: # Tag images and push to Docker Hub and AWS ECR "zeek" account - ./ci/container-images-tag-and-push.sh - REGISTRY_PREFIX=public.ecr.aws/ ./ci/container-images-tag-and-push.sh - - # Continue to push tags to the "zeekurity" account as well. - - ZEEK_IMAGE_REPO=zeekurity ./ci/container-images-tag-and-push.sh depends_on: - arm64_container_image - amd64_container_image diff --git a/NEWS b/NEWS index c5271f3a92..2664cd9f0c 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,10 @@ Breaking Changes depending on the functionality included in the plugin, may trigger subsequent errors during configuration or build. +- Zeek container images are not pushed to the zeekurity organization anymore. + Please switch to using the ``zeek/zeek`` image on DockerHub, or the images + published to ``public.ecr.aws/zeek/zeek``. + - The IRC_Data analyzer declaration has been moved to protocols/irc/IRC.h. - The error message returned when using ``bro_init``, ``bro_done``, and