From Fedora Project Wiki
Task: Dockerfile's recommended practices
Goal: Have recommended practices for creating dockerfiles accessible in Fedora For whom: all who need to write and ship nice dockerfiles
This task consists of more steps:
- include all pages related to docker into Category:Docker
- add link to https://github.com/fedora-cloud/Fedora-Dockerfiles and steps to build the image
- move some
recomended practices
from http://file.rdu.redhat.com/~mgoldman/jboss-docker-docs/best-practice.html to https://github.com/projectatomic/container-best-practices (which should serve as the upstream for best practices tips for Fedora, RHEL, CentOS) - what dockerfile_lint checks should be mentioned in the
recommended practices
- dockerfile_lint could be run in %check section of fedora-dockerfiles package -- first try how it works, fix dockerfile_lint or dockerfiles, package dockerfile_lint and add the check into %check section in the end