Am I supposed to do both Use kaniko and Use images steps after this?
Nah no kaniko needed
Stop at buildah push
and tell me
I think buildah push completed successfully but I don’t think I see gst integrations in my erpnext
Updates to this, edited compose.yaml and changed the customizable image to my hetsukhwani/erpnext location, logged into my docker account and redid all the steps of starting a website and even dumped and remade the website still don’t see anything related to India compliance
You remember how to log in to your container right? Do that and check the apps folder. If it has india compliance then it worked. Then you have to bench install the app to the site
I think I did it right but now my website has no css and I dont think the sites working
docker compose --project-name erpnext-one exec backend /bin/bash
Then cd apps
. Then ls
. You should see india-compliance
A command can fix that. Or just delete the site and use a new one
dropped the site and composed it again, still doesnt work
I used the command written in india_compliance before
bench get-app --branch [branch name] GitHub - resilient-tech/india-compliance: Simple, yet powerful compliance solutions for Indian businesses
could that be causing the problem?
also i used this to install indiacompliance, is this right?
sudo docker compose --project-name erpnext-one exec backend
bench --site one.example.com install-app india_compliance
tried to do it all ahain and I dont know what i messed up but im getting this now
skad@DESKTOP-CVUPOUS:/mnt/c/Users/bhavi/frappe_docker$ sudo buildah build
–build-arg=FRAPPE_PATH=GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
–build-arg=FRAPPE_BRANCH=version-14
–build-arg=PYTHON_VERSION=3.10.6
–build-arg=NODE_VERSION=16.18.0
–build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64
–tag=hetsukhwani/erpnext
–file=images/custom/Containerfile .
[1/3] STEP 1/9: FROM python:3.10.6-slim-bookworm AS base
Resolved “python” as an alias (/etc/containers/registries.conf.d/shortnames.conf)
Trying to pull Docker…
error creating build container: initializing source docker://python:3.10.6-slim-bookworm: reading manifest 3.10.6-slim-bookworm in Docker manifest unknown: manifest unknown
You don’t need get-app. It doesn’t run inside the container and would prob mess things up
Yeah you can do that if you’re not in the container
Try again
still getting the same issue
I reset wsl and ubuntu and tried to do it again and still got the same error