I want to create the docker image of golang project using cloud build.yaml but without using dockerfile. Is there any tool available for golang which is alternative of JIB which creates the docker image without using dockerfile.
I want to create the docker image of golang project using cloud build.yaml but without using dockerfile. Is there any tool available for golang which is alternative of JIB which creates the docker image without using dockerfile.
You can check the CNCF project : https://buildpacks.io/
The buildpack is similar to JIB mostly.
Here dropping Github link for GO buildpack : https://github.com/paketo-buildpacks/go