-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Go to docker images #21545
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
@potiuk as requested, here is the issue :) |
I will see how much go will add to the size of the image and decide :) |
The worst case we can add instructions/examples how to do it in our "extending image" chapter. |
I think we should add the guide to the "Recipes" section in We already have a guide on how to install additional tools:
|
Agree - added "good first issue" label. |
Hello @potiuk, I would be glad to help with the go recipe. Let me know if you want me to work on it :) Best, |
Feel free. |
Description
Following #20386 we are now supporting execution of Beam Pipeline written in Go.
We might want to add Go to the images.
Beam Go SDK first stable release is
v2.33.0
and requiresGo v1.16
minimum:Use case/motivation
This way people running airflow from docker can build/run their go pipelines.
Related issues
Issue:
#20283
PR:
#20386
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: