dockerfiles
dockerfiles copied to clipboard
Pin base image with SHA hash
We need to pin the docker images to a specific hash to avoid any unnecessary surprises.
Something like
FROM debian@sha256:de3eac83cd481c04c5d6c7344cd7327625a1d8b2540e82a8231b5675cef0ae5f
Here is a link to an Example Dockerfile
- [ ] cron
- [ ] mailhog
- [ ] postfix
- [x] mariadb
- [x] newrelic-daemon
- [x] nginx-proxy
- [x] nginx
- [x] php
- [x] redis
As of latest releases, the dockerfiles have been pinned to a particular SHA hash, and thus this issue has been resolved. Will be closing this issue. Thanks a lot for this suggestion! Your contribution is appreciated.