Skip to content

Commit

Permalink
Pin bazel version in protoc v29.1 builds (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren authored Jan 8, 2025
1 parent 5325fd2 commit 59e76c5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/protocolbuffers/cpp/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/csharp/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/java/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/kotlin/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/objc/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/php/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/pyi/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/python/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down
1 change: 1 addition & 0 deletions plugins/protocolbuffers/ruby/v29.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1.12
FROM debian:bookworm-20241202 AS build

ENV USE_BAZEL_VERSION=7.4.1
ARG TARGETARCH
ARG BAZEL_OPTS="--host_jvm_args=-Djava.net.preferIPv4Stack=true"

Expand Down

0 comments on commit 59e76c5

Please sign in to comment.