try-zeek
try-zeek copied to clipboard
"master" option is misnamed
If in the UI you select “master” for the desired Zeek version, it’s not actually Master. For example, trying today (using print zeek_version();
as my script) I get 5.0.0-dev.332
, whereas the actual current version is somewhere a bit north of 5.2.0-dev.439
.
Better would be for the option to be labeled along the lines of Recent master (5.0.0-dev.332)
.
ah yeah.. pulling in master
was a bit of a manual process that was not automated - I think it could be now that we auto generate images as part of CI.
Getting the real version should be doable too, need to run zeek --version
once to grab the real version once at startup.