Is it possible to automate plugin bundle building process in kubernetes/Openshift

Hi Guyz,

How to build plugin (.go) source in Openshift using CI/CD and create zip file or is there any way to automate the bundle generation process like we will just commit the GO code in the repository and rest will be automated.

Thanks,
Shahbaz Ali

Also please note we don’t need internet to be connected to the OpenShift cluster.

I’m linking a composed script to act as a starter/guide based on some internal conversations in the past to assist with this. The script contains some basic help text and error-checking, however, we don’t support it. So please, use it at your own risk.

1 Like

Thanks for the script you guyz rocks :tada:

I will test it for Openshift env, just to mention this I need to add below in the script to make it work for me with the MacOS.

--platform=linux/amd64

Best Regards,
Shahbaz Ali