tusharvikky / erpnext-docker-debian

:whale: Self-contained ERPNext Docker Image base on Debian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERPNext on Docker

Build Status

The goal of this repo is stability.

Problem
  • 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.

Solution

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.

Image tag

Currently there're 3 important branch on frappe. So now on latest tag we'll have 4 tags.

  • v10.x.x (v10) - v10 [python2]
    • v10-py2-latest
  • Master (mas) - v11 [python2, python3]
    • mas-py2-latest
    • mas-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.

Usage

Read at https://pipech.github.io/erpnext-docker-debian

Contributing

Pull requests for new features, bug fixes, and suggestions are welcome!

License

MIT

About

:whale: Self-contained ERPNext Docker Image base on Debian

License:MIT License


Languages

Language:Shell 42.2%Language:Dockerfile 34.7%Language:Python 23.1%