-
Notifications
You must be signed in to change notification settings - Fork 39
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
build(dapi-grpc): update grpc protoc image #553
Conversation
* migrated DockerCompose build command to observable
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.
It contains changes from #541 for purpose?
I needed #541 in order to develop and test this, so I think I need to rebase this after #541 is merged so the right commits appear? It wasn't possible to merge it first because GitHub was still rolling out the bugfix, but I wanted to continue work on updating this component. @nmarley maybe something interesting to include in git training? |
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.
Good job! 👍
* chore: remove temporary buildx bake fix * chore: remove code that depends on a process being returned * chore: clean up unused vars * feat(dashmate): pipe build output to task output * migrated DockerCompose build command to observable * debug: ci * chore: bump buildx version * chore: remove custom protoc images and revert to upstream * debug: dump env to check compose vars * chore: remove deprecated env * fix: pull access denied * fix: action `uses` syntax * fix: correct repo name * chore: clean up debug * chore: remove debug * fix: linter errors * fix: compose 2.11.x build error * chore: simplify grpc build * chore: remove task to force compose version * chore: only pipe stdout if verbose * fix: move conditional inside observer Co-authored-by: pshenmic <pshenmic@gmail.com>
Issue being fixed or feature implemented
We are depending on two unmaintained Docker images to build grpc:
strophy/grpc-web-common
strophy/protoc
We can reduce this to one image, which will make the build faster, simpler and more consistent
What was done?
I've been working with the upstream project to fix packaging problems and add arm support. This build precedes a functioning release from upstream, when we can stop depending on
strophy
namespaced imagesHow Has This Been Tested?
Locally and in CI
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only