-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repo for Zeek debs does't have old releases, which can cause Malcolm Zeek builds to fail #521
Comments
Yeah, this is a bit tricky, as the Zeek team doesn't keep copies of the previous official DEBs around after each release. I actually used to build from source, but it increased the build times by so much (like, an hour for the container, Zeek takes a really long time to build) that I was much happier with the few-minute build time. Exactly for this reason, In my Later this month there will be a v24.12.0 release which will update to the latest Zeek version. |
I can understand not wanting to wait for another hour for Zeek to build. I'll have a look at using the ZEEK_DEB_ALTERNATE_DOWNLOAD_URL to download the DEBs from another location. Great that there was such an easy solution to this. Thanks for all your work with Malcolm! |
Possibly we'll revisit this someday if we can either find a more stable backup hosting, or maybe fallback to building from source. |
Describe the bug
Trying to build Malcolm with docker-compose-dev.yml but packages for Zeek 7.0.3 aren't available on https://download.opensuse.org/repositories/security:/zeek/Debian_12/amd64/. Currently only 7.0.4 is available.
To Reproduce
Steps to reproduce the behavior:
Try to build containers with docker-compose-dev.yml.
Expected behavior
Expected to have a container named ghcr.io/idaholab/malcolm/zeek:24.11.0-arm64 after building containers.
Malcolm Version:
How are you running Malcolm?
Running Malcolm in a Debian 12 VM on an Apple M1 laptop.
Maybe switch to building zeek packages from source?
The text was updated successfully, but these errors were encountered: