-
Notifications
You must be signed in to change notification settings - Fork 5
feat: build container images with GitHub Actions #132
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
Conversation
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
Signed-off-by: Alejandro Villegas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@r2dedios
LGTM, but there is one question - why is protoc
installed in API?
Since the API also works as a gRPC client for sending orders to the Agent, It needs the protobuf definition for building to code. |
closes #122
This PR includes a first approach for building ClusterIQ images on GH Actions.
It took several attempts to finish. Recommended Squash to avoid extremely long commit history