Skip to content

Commit 2a29d36

Browse files
committed
wip
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent 2d4b47f commit 2a29d36

14 files changed

Lines changed: 287 additions & 190 deletions

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN CC="zig cc -target aarch64-linux-gnu" CXX="zig c++ -target aarch64-linux-gnu
4646
RUN CC="zig cc -target x86_64-linux-gnu" CXX="zig c++ -target x86_64-linux-gnu" CGO_ENABLED=1 GOARCH=amd64 go build -buildmode=c-shared -o /build/amd64_libgo_module.so .
4747

4848
##### Build the final image #####
49-
FROM envoyproxy/envoy:v1.36.2 AS envoy
49+
FROM envoyproxy/envoy:v1.37.0 AS envoy
5050
ARG TARGETARCH
5151
ENV ENVOY_DYNAMIC_MODULES_SEARCH_PATH=/usr/local/lib
5252
COPY --from=rust_builder /build/${TARGETARCH}_librust_module.so /usr/local/lib/librust_module.so

ENVOY_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dc2d3098ae5641555f15c71d5bb5ce0060a8015c
1+
6d9bb7d9a85d616b220d1f8fe67b61f82bbdb8d3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dynamic Modules Examples
22

3-
> Envoy Version: [dc2d3098ae5641555f15c71d5bb5ce0060a8015c] v1.36.2
3+
> Envoy Version: [6d9bb7d9a85d616b220d1f8fe67b61f82bbdb8d3] v1.37.0
44
>
55
> Since dynamic modules are tied with a specific Envoy version, this repository is based on the specific commit of Envoy.
66
> For examples for a specific Envoy version, please check out `release/v<version>` branches:
@@ -90,6 +90,6 @@ If you want to explicitly specify the docker image, use `ENVOY_IMAGE` environmen
9090
ENVOY_IMAGE=foo-bar-image:latest go test . -v -count=1
9191
```
9292

93-
[dc2d3098ae5641555f15c71d5bb5ce0060a8015c]: https://github.com/envoyproxy/envoy/tree/dc2d3098ae5641555f15c71d5bb5ce0060a8015c
93+
[6d9bb7d9a85d616b220d1f8fe67b61f82bbdb8d3]: https://github.com/envoyproxy/envoy/tree/6d9bb7d9a85d616b220d1f8fe67b61f82bbdb8d3
9494
[Envoy]: https://github.com/envoyproxy/envoy
9595
[High Level Doc]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/dynamic_modules

0 commit comments

Comments
 (0)