Skip to content

🐳 Self-contained ERPNext Docker Image base on Debian

License

Notifications You must be signed in to change notification settings

alexszilagyi/erpnext-docker-debian

Repository files navigation

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.

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

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

🐳 Self-contained ERPNext Docker Image base on Debian

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 40.9%
  • Dockerfile 37.2%
  • Python 21.9%