use custom image, run configure job, run install-app
examples
bench --site {site} install-app {app_name}
in gunicorn pod
use custom image, run configure job, run install-app
examples
bench --site {site} install-app {app_name}
in gunicorn pod
Hi @revant_one, I edited my values.yaml with my image version and run helm upgrade frappe-bench -n erpnext frappe/erpnext -f values.yaml. But my pods are failing with “ImagePullBackOff”,
Failed to pull image “frappe/erpnext-nginx:14.15.0”: rpc error: code = NotFound desc = failed to pull and unpack image “docker.io/frappe/erpnext-nginx:14.15.0”: failed to resolve reference “docker.io/frappe/erpnext-nginx:14.15.0”: docker.io/frappe/erpnext-nginx:14.15.0: not found…
how can i resolve this?
there is no such image
Try frappe/erpnext-nginx:v14.15.0
don’t forget the “v” in v14.15.0
Hi @revant_one,
I still have the same error.
Failed to pull image “frappe/erpnext-nginx:v14.15.0”: rpc error: code = NotFound desc = failed to pull and unpack image “docker.io/frappe/erpnext-nginx:v14.15.0”: failed to resolve reference “docker.io/frappe/erpnext-nginx:v14.15.0”: docker.io/frappe/erpnext-nginx:v14.15.0: not found
I wonder if you have an image that can be easy access publicly for me to test with?
All images on hub.docker.com
are public.
erpnext-* images can only pull upto v14.10.0 at this moment. ERPNext v14.15.0 is not released yet.