#2952 [Core feature] CI/CD for Flyte binary image
Issue created by
wild-endeavor
Flyte Binary CI/CD
Background
The Flyte binary combines the Flyte components together into one executable. Something is already updating the relevant go-based components (like how Admin gets bumped
here in the Flyte release). But there is no CI/CD to build the image. Let's get this added.
Request
We'd like to:
• Make sure a docker image is built for the Flyte binary and pushed properly with every merge to master/release of the Flyte repo.
• This is the
dockerfile that's being used to create the image today.
• The Docker image relies on the latest Flyte console but it should really pick up a constant version of console, specified... somehow.
• The
flyte
binary should probably be built and released somewhere as well. Would be nice to be able to
brew install
it.
Related to
#2993
flyteorg/flyte