Is there any alternative of JIB for golang project, which creates the docker image withour using dockerfile

Viewed 31

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.

1 Answers
Related