Re: Go SDK - Docker image for Dataflow

2022-04-12 Thread Pawel
Hi, Thank you Daniel I tried to build a container and stored it in GCR. My container had a binary file built from package main where I have code of my job. I changed entrypoint in dockerfile to boot file. I create boot.go in a way that is almost the same as  github.com https://github.com/apa

Go SDK - Docker image for Dataflow

2022-04-06 Thread Pawel
Hi, I'm wondering if it is possible to create custom docker image with compiled go binary that can be deployed to Dataflow? Currently I'm using it as below myjob   --runner dataflow   --output gs://prog-test-bucket/out   --project ***   --region europe-west1   --temp_location gs://prog-