(CHORE)[EX-3143] Upgrade protoc base image to Alpine 3.21 with buf 1.66.0 - #185
Closed
Michael Gunawan (scmichaelg) wants to merge 2 commits into
Closed
(CHORE)[EX-3143] Upgrade protoc base image to Alpine 3.21 with buf 1.66.0#185Michael Gunawan (scmichaelg) wants to merge 2 commits into
Michael Gunawan (scmichaelg) wants to merge 2 commits into
Conversation
- Alpine 3.15 → 3.21 - buf 1.8.0 → 1.66.0 - protoc/grpc from Alpine 3.21 community repo (protobuf v24.4, grpc 1.62.1) Split from upgrade/alpine-3.21-protobuf-v24 to unblock protoc-cpp build.
protoc-gen-workato@latest now requires go >= 1.24.0. Bump protoc-go version to 3.26.0.
Michael Gunawan (scmichaelg)
marked this pull request as ready for review
March 28, 2026 08:08
Michael Gunawan (scmichaelg)
force-pushed
the
EX-3143/upgrade-protoc-base-1.15.0
branch
from
March 28, 2026 08:08
aa363e4 to
a31eab4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades the base
protocDocker image to Alpine 3.21 with buf 1.66.0 and protobuf v24.4. This is split out from #184 to unblock theprotoc-cpp:1.13.0build, which depends onprotoc:1.15.0as its base image.Problem description
PR #184 bumps both
protoc(1.14.2 → 1.15.0) andprotoc-cpp(1.12.4 → 1.13.0) in a single PR. Sinceprotoc-cppusesFROM ghcr.io/safetyculture/protoc:1.15.0, and CI only publishes release tags on merge to main, theprotoc-cppbuild fails —protoc:1.15.0doesn't exist yet. This creates a deadlock where the PR can never pass CI.Splitting the base image upgrade into this PR breaks the deadlock:
protoc:1.15.0protoc-cpp:1.13.0upgrade/protoc-cpp-v1.13.0branch can then pass CIChanges:
Checklist
Is this PR a reasonable size?
List deployment sequence with all relevant PRs.
upgrade/protoc-cpp-v1.13.0(consumes new images)Code Review Guidelines for Reviewers
blockers. Pair on a call for non-trivial feedback.
to make the PR perfect.
test coverage and complexity.
who is.