From Fedora Project Wiki
(Created page with "= 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 dock...") |
No edit summary |
||
Line 7: | Line 7: | ||
* include all pages related to docker into Category:Docker | * 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 | * 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 | * 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 ` | * 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 | * 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 |
Latest revision as of 17:15, 10 July 2015
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