-
Notifications
You must be signed in to change notification settings - Fork 705
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
Remove Docker files from repository (0.105.2) #765
Remove Docker files from repository (0.105.2) #765
Conversation
Attempting to build the container from the instructions did not work for me. I got this error
|
That error looks familiar to me as well, though I don't remember when I saw it or why. |
Note: the main PR is #764. This current one is a copy for the 0.105 release. |
README.Docker.md
Outdated
to build the image locally instead. | ||
|
||
To do this, you will need to get the `Dockerfile` and the supporting `scripts/` | ||
directory from the [clamav-docker Git repository](https://github.com/Cisco-Talos/clamav-docker/tree/main/clamav). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be better to have this be a link to the actual repo, so that the user can copy/paste to check out the repo. I.e. https://github.com/Cisco-Talos/clamav-docker
The supported Docker files used to build the official clamav images are now located here: https://github.com/Cisco-Talos/clamav-docker Also fix some minor errors in the INSTALL.md file.
f63dd7c
to
d7909a4
Compare
The supported Docker files used to build the official clamav images are now located here: https://github.com/Cisco-Talos/clamav-docker
Also fix some minor errors in the INSTALL.md file.
Cherry-pick of #764