Revant Nandgaonkar
Revant Nandgaonkar
Right now there is no official image with all apps. You need to build your own image with required official as well as custom apps. Using the official docs, I...
The release management for any app is not yet finalized I guess. All official apps are `0.0.1` develop branch. Also there are non frappe/* apps. for e.g. India compliance. Potentially...
They recommend frappecloud or some plan that'll support your self hosted environment. I've not checked the latest offer. And if you go for self-host plan (if it exists) most probably...
`frontend.Dockerfile` that works with `version-14` ```dockerfile # syntax=docker/dockerfile:1.3 ARG FRAPPE_VERSION ARG ERPNEXT_VERSION FROM frappe/bench:latest as assets ARG FRAPPE_VERSION ARG ERPNEXT_VERSION USER root WORKDIR /builds RUN chown -R frappe:frappe /builds USER...
If you have multiple apps to be built into an image use a builder repo. ``` COPY --chown=frappe:frappe . apps/${APP_NAME1} ``` The above statement copies same directory (`.`) to `apps/${APP_NAME1}`,...
> Am I correct or missing something? you are correct. > I might need to update the worker image name and nginx image name (backend and frontend) when building custom...
Re-opened 858, continue related discussion there.
Can you send a PR if you are already using it.
Wait for helm chart to be bumped automatically with next Frappe/ERPNext release.
please send a PR.