Skip to content
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

Merged
merged 25 commits into from
Oct 14, 2022
Merged

Conversation

strophy
Copy link
Collaborator

@strophy strophy commented Oct 4, 2022

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 images

How Has This Been Tested?

Locally and in CI

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@strophy strophy added this to the v0.23.0 milestone Oct 4, 2022
@strophy strophy marked this pull request as ready for review October 6, 2022 05:12
@shumkov shumkov changed the title chore: update grpc protoc image build: update grpc protoc image Oct 7, 2022
@shumkov shumkov changed the title build: update grpc protoc image build(dapi-grpc): update grpc protoc image Oct 7, 2022
Copy link
Member

@shumkov shumkov left a 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?

@strophy
Copy link
Collaborator Author

strophy commented Oct 8, 2022

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?

Copy link
Member

@shumkov shumkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! 👍

@shumkov shumkov merged commit fabb411 into master Oct 14, 2022
@shumkov shumkov deleted the update-web-grpc-image branch October 14, 2022 12:44
@shumkov shumkov restored the update-web-grpc-image branch October 14, 2022 12:49
@strophy strophy deleted the update-web-grpc-image branch October 14, 2022 22:08
markin-io pushed a commit that referenced this pull request Nov 25, 2022
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants