Skip to content

Commit 875e2ba

Browse files
authored
Remove unused protoc_plugin Dockerfile (#1498)
1 parent d48b7a7 commit 875e2ba

File tree

3 files changed

+3
-74
lines changed

3 files changed

+3
-74
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ sudo mv protoc-gen-grpc-web-2.0.0-darwin-aarch64 \
9292
chmod +x /usr/local/bin/protoc-gen-grpc-web
9393
```
9494

95+
Note: If you are using our Docker setup, the `prereqs` image already includes
96+
both `protoc` and the `protoc-gen-grpc-web` plugin on the PATH.
97+
9598
### (Optional) 4. Verify Installations
9699

97100
You can optionally verify the plugins work by following our [Hello World example](https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/helloworld#generating-stubs):

docker-compose.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ services:
9393
image: grpcweb/interop-client
9494
ports:
9595
- "8081:8081"
96-
protoc-plugin:
97-
build:
98-
context: ./
99-
dockerfile: ./net/grpc/gateway/docker/protoc_plugin/Dockerfile
100-
depends_on:
101-
- prereqs
102-
image: grpcweb/protoc-plugin
10396
jsunit-test:
10497
build:
10598
context: ./

net/grpc/gateway/docker/protoc_plugin/Dockerfile

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)