Packaging Odoo based Docker
Procedure
repo_name = git://<github branch name>//<github url to pull from> repo2_name = file://<path of the package in local system>repo_name = git://<github branch name>//<github url to pull from>G2P_PACKAGE_my_package_repo3_name=git://<github branch name>//<github url to pull from>
./package.sh my-package.txtdocker build . -t <docker image name>docker build . -t <docker image name> \ --build-arg BASE_VERSION="17.0-20250807" \ --build-arg MODULES_TO_REMOVE='(^iap.*$)|(^hr.*$)'
docker push <docker image name>
Last updated
Was this helpful?

