Skip to content
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

#180 glibcのバージョン違いによりyafを実行できない問題を解消 #181

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

tkhr-ueda
Copy link
Contributor

close #180

実装内容

zeekのベースイメージとビルド用イメージ(build-env)を揃えることにより、ビルド環境と実行環境のglibcのバージョンの差異を解消した。

なお、ベースイメージの変更に際し、Pythonのバージョンを3.10から3.9に変更した。

検証内容

各種ログ等が正常に生成されることを確認。

以下、確認したファイル(詳細はSlackへ)。

arp.log
cclink-ief-basic.log
cclink-ie.log
cclink-ie-tsn.log
cclink-ie-tsn-ptp.log
cclink-ie-tsn-slmp.log
conn.log
dhcp2.log
dhcpv6.log
dns.log
eve.json
http.log
mswin-browser.log
netbios-ns.log
ns.log
p0f-k.log
ssdp.log
yaf_flow.log

zeekのベースイメージとビルド用イメージ(build-env)を揃えた.
@tkhr-ueda tkhr-ueda added the bug Something isn't working label Mar 14, 2024
@tkhr-ueda tkhr-ueda added this to the STEP2.9リリース milestone Mar 14, 2024
@tkhr-ueda tkhr-ueda requested a review from takuma0121 March 14, 2024 10:16
@tkhr-ueda tkhr-ueda self-assigned this Mar 14, 2024
@takuma0121 takuma0121 merged commit a9d3d5e into main Mar 15, 2024
6 checks passed
@takuma0121 takuma0121 deleted the bug-#180 branch March 15, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

glibcのバージョン違いによりyafを実行できない問題を解消
2 participants