You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugSomething isn't workingbuildFor issues related to compilation/buildingdockerRelating to docker and docker-compose as used by MalcolmzeekRelating to Malcolm's use of Zeek
When Zeek posts new official debs, the URL for the old ones (we're using https://downloadcontentcdn.opensuse.org/repositories/security:/zeek/ ...) doesn't work any more. This means that it becomes impossible to build Zeek containers for older Malcolm versions.
In zeek-deb-download.sh, if the URL_PREFIX for whatever that deb gives a 404, we should fall back to another URL, if we can identify what that would be.
The text was updated successfully, but these errors were encountered:
mmguero
added
docker
Relating to docker and docker-compose as used by Malcolm
build
For issues related to compilation/building
zeek
Relating to Malcolm's use of Zeek
labels
Oct 1, 2024
So there isn't an official place where old Debs are kept, but I've added code that allows the build scripts to take a URL as a parameter (which can also be specified via an environment variable or GitHub repository secret) that will allow us to cache them internally should we choose to.
mmguero
changed the title
fall back to alternative Zeek
fall back to alternative Zeek .deb download URL
Oct 3, 2024
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Oct 3, 2024
bugSomething isn't workingbuildFor issues related to compilation/buildingdockerRelating to docker and docker-compose as used by MalcolmzeekRelating to Malcolm's use of Zeek
Found by and discussed with myself and @piercema
When Zeek posts new official debs, the URL for the old ones (we're using
https://downloadcontentcdn.opensuse.org/repositories/security:/zeek/
...) doesn't work any more. This means that it becomes impossible to build Zeek containers for older Malcolm versions.In zeek-deb-download.sh, if the
URL_PREFIX
for whatever that deb gives a 404, we should fall back to another URL, if we can identify what that would be.The text was updated successfully, but these errors were encountered: