-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: easy-install.py to build custom images #1592
Conversation
For people who wish to test the build sub-command execute following with apps.json (erpnext, hrms, india_compliance, payments, webshop, wiki) wget https://raw.githubusercontent.com/revant/bench/refs/heads/easy-build/easy-install.py
wget https://gitlab.com/castlecraft/cepl-erpnext-images/-/raw/main/apps.json
python3 easy-install.py build --apps-json=apps.json --tag custom-apps:latest
python3 easy-install.py -p -n actions_test --email [email protected] --image custom-apps --version latest For command help
|
@revant is there a way to utilize From the current implementation, I see that |
It is used by bench init command. Internally it's that means you can use tags or branch of git repo. For specific commit, you'll need to fork and create branch. |
Quality Gate passedIssues Measures |
Create
apps.json
file and use following commands to build and deploy custom apps.To Do: