Closed Dlola closed 4 months ago
This looks like an out of memory condition.
This looks like an out of memory condition.
please could you explain this in detail?
I am building the image on my Mac, I have assigned Docker with an 8GB RAM memory limit, 64 GB Virtual disk limit
This looks like an out of memory condition.
please could you explain this in detail?
I am building the image on my Mac, I have assigned Docker with an 8GB RAM memory limit, 64 GB Virtual disk limit
Apologies, I could be wrong then, but that error can happen in a similar moment in the build if you run out of RAM. Maybe you're having something Mac specific instead if you don't see your RAM usage going very high before it crashes.
This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.
Description of the issue
I have previously installed hrms using frappe_docker custom image installation. I attempted a re-install in the past month, and I have been getting a build error when attempting to install hrms after the clone. Installation is successful if i remove hrms from the APPS_JSON export.
h && cd /home/frappe/frappe-bench && echo \"{}\" > sites/common_site_config.json && find apps -mindepth 1 -path \"*/.git\" | xargs rm -fr" did not complete successfully: exit code: 1
Steps to reproduce the issue
clone frappe_docker
create an apps.json file and export using export APPS_JSON_BASE64=$(base64 -i ./apps.json | tr -d '\n')
./apps.json
[ { "url": "https://github.com/frappe/erpnext", "branch": "version-15" }, { "url": "https://github.com/frappe/payments", "branch": "version-15" }, { "url": "https://github.com/frappe/hrms", "branch": "version-15" } ]
docker build \ --build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \ --build-arg=FRAPPE_BRANCH=version-15 \ --build-arg=PYTHON_VERSION=3.11.6 \ --build-arg=NODE_VERSION=18.20.2 \ --build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \ --tag=dam1d0ck3r/bmc_images:erp-next-custom-1.1.0 \ --file=images/custom/Containerfile . \ --no-cache
Observed result
Expected result
Stacktrace / full error message if available
**clipped some logs