coreruleset / coreruleset/modsecurity-crs-docker
Switch apache debian image to hardened image
Open
- Dominant language
- Dockerfile
- Stars
- 448
- Forks
- 88
- Avg merge
- 6m
- Merged PRs (30d)
- 2
Description
I guess that now that docker is doing hardened images, we could switch the main debian image to be hardened as the alpine one has minimal cves normally.
See https://hub.docker.com/hardened-images/catalog/dhi/httpd/guides
We might need some basic changes:
- decouple the runtime image from the "build" image
- the hardened image already run with the
www-datauser, using port 8080 - we need to pull from
docker-image://dhi.io/httpd:${httpd-version}and docker-image://dhi.io/httpd:${httpd-version}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.