The goal of this repo is stability.
-
ERPNext development tend to go very fast, new update comes every days and some will be bugs.
-
ERPNext use many dependencies, during installation sometimes somethings might went wrong.
Using docker we can pre-build images and push it to Docker hub, so you will always have usable images and can choose which version you want to use.
Currently there're 3 important branch on frappe. So now on latest tag we'll have 4 tags.
- Master (mas) - v10 [python2]
- mas-py2-latest
- Staging (sta) - v11 [python2, python3]
- sta-py2-latest
- sta-py3-latest
- Develop (dev) - v12 [python3]
- dev-py3-latest
After latest tag is create image will be test and tag version to it. (Testing process is now very very simple, it only run image and get response code if it return 200 it'll pass.)
ie. 11.0.3-beta.39-py2
Image tag is host and list at Docker hub
Image will be automatically create Every Monday at Mid-night UTC.
Read at https://pipech.github.io/erpnext-docker-debian
Pull requests for new features, bug fixes, and suggestions are welcome!
MIT