Hi.
If you just want to include your add-on in the image, edit the
corresponding Docker build file to copy the add-on.
To build everything from source you'll have to change the live Docker
build file to point to your zaproxy repository and edit
https://github.com/zaproxy/zaproxy/blob/11cad5b9498b590cbdcfffa8486768a689219e3e/zap/src/main/weekly-add-ons.json
to point to your other repositories, also add your add-on to the
zap-extensions list.
Best regards.
On 08/06/2022 06:08, 'Shubham Patel' via OWASP ZAP Developer Group wrote:
> Hi
>
> I've added one plugin in the zap-extension repository and I want to build a
> docker image of zap which has this plugin. I can't release the plugin
> because the plugin is not complete. Is there a way to make a docker image
> from *dockerfile* where I don't need to add a plugin after the docker image
> build?
> I've run the *copyAddon* Gradle command to copy my plugin to zapproxy