提问人:CyberAtlas 提问时间:10/11/2023 最后编辑:AzeemCyberAtlas 更新时间:10/11/2023 访问量:22
在 GitHub 中获取 Suricata Docker 工作流以成功构建时出现问题
Issues getting Suricata Docker Workflow in GitHub to build successfully
问:
构建卡在步骤 10/13 上,即:
COPY suricata.yaml /etc/suricata
该版本在我的主机和其他计算机上成功运行。但是当在 GitHub 中构建时,它会在该步骤中出错并说:
找不到文件
suricata.yaml
关于为什么无法在 GitHub 中找到该文件的想法?
我已经验证了构建在 GitHub 实例之外的工作。
我试图将文件复制到工作流文件夹中,这是最后一次努力解决,但没有奏效。suricata.yaml
11/10/2023 -- 12:18:50 - <Info> -- Modified 0 rules.
11/10/2023 -- 12:18:50 - <Info> -- Dropped 0 rules.
11/10/2023 -- 12:18:50 - <Info> -- Enabled 131 rules for flowbit dependencies.
11/10/2023 -- 12:18:50 - <Info> -- Creating directory /var/lib/suricata/rules.
11/10/2023 -- 12:18:50 - <Info> -- Backing up current rules.
11/10/2023 -- 12:18:50 - <Info> -- Writing rules to /var/lib/suricata/rules/suricata.rules: total: 45227; enabled: 35215; added: 45227; removed 0; modified: 0
11/10/2023 -- 12:18:50 - <Info> -- Writing /var/lib/suricata/rules/classification.config
11/10/2023 -- 12:18:51 - <Info> -- Testing with suricata -T.
11/10/2023 -- 12:18:54 - <Info> -- Done.
Removing intermediate container f8d4ebf027b7
---> cf321d39e5f3
Step 10/13 : COPY suricata.yaml /etc/suricata/
COPY failed: file not found in build context or excluded by .dockerignore: stat suricata.yaml: file does not exist
Error: Process completed with exit code 1.
答: 暂无答案
评论