File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : test test_e2e
2
2
3
3
test :
4
- docker- compose build test && docker- compose run --rm test
5
- docker- compose down -t 0
4
+ docker compose build test && docker compose run --rm test
5
+ docker compose down -t 0
6
6
7
7
test_e2e :
8
- docker- compose build test_e2e && docker- compose run --rm test_e2e
9
- docker- compose down -t 0
8
+ docker compose build test_e2e && docker compose run --rm test_e2e
9
+ docker compose down -t 0
Original file line number Diff line number Diff line change 1
- version : " 3.6 "
1
+ version : " 3.8 "
2
2
services :
3
3
nginx :
4
4
command : nginx -g "daemon off;"
@@ -9,7 +9,7 @@ services:
9
9
- ./docker/nginx.conf:/etc/nginx/nginx.conf
10
10
- logs:/var/log/nginx
11
11
echo :
12
- image : jmalloc/echo-server:0 .3.3
12
+ image : jmalloc/echo-server:v0 .3.7
13
13
test_e2e :
14
14
build :
15
15
context : .
Original file line number Diff line number Diff line change 1
- FROM rust:1.63 .0-alpine3.16
1
+ FROM rust:1.79 .0-alpine3.20
2
2
3
3
USER root
4
4
Original file line number Diff line number Diff line change 1
- FROM k8s.gcr. io/ingress-nginx/controller:v1.8.1 as builder
1
+ FROM registry. k8s.io/ingress-nginx/controller:v1.11.2 as builder
2
2
3
3
USER root
4
4
@@ -14,5 +14,5 @@ RUN cd ./chainstack && \
14
14
--add-dynamic-module=../ngx_http_websocket_stat_module && \
15
15
make modules
16
16
17
- FROM k8s.gcr. io/ingress-nginx/controller:v1.8.1
17
+ FROM registry. k8s.io/ingress-nginx/controller:v1.11.2
18
18
COPY --from=builder /tmp/chainstack/objs/ngx_http_websocket_stat_module.so /etc/nginx/modules/
You can’t perform that action at this time.
0 commit comments