Commit 6bac36d
OpenNebula Community Contributor
Fix generator script and Makefile for production use
- Fix docker run command: Remove backslashes to prevent 'invalid reference format' errors
- Add automatic build functionality: Prompt user to build image after generation
- Fix Makefile: Support appliance names with numbers (e.g., n8n) by checking SERVICES list
- Simplify build instructions: Always use 'make' command for consistency
- Fix volume ownership: Automatically set ownership to 1000:1000 for non-root containers
These fixes ensure:
1. Generated appliances bootstrap correctly without docker errors
2. Build process works for all appliance names including those with numbers
3. Containers running as non-root users have correct permissions
4. Complete workflow from generation to built image in one command1 parent 90aa57b commit 6bac36d
File tree
2 files changed
+131
-116
lines changed- apps-code/community-apps
- docs/automatic-appliance-tutorial
2 files changed
+131
-116
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments