Add echo image to avoid building and installing dependencies in each test (#5028)
This commit is contained in:
parent
9278f0cad2
commit
ac2ce11739
5 changed files with 140 additions and 133 deletions
6
images/echo/Dockerfile
Normal file
6
images/echo/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM openresty/openresty:1.15.8.2-alpine
|
||||
|
||||
RUN apk add -U perl curl \
|
||||
&& opm get bungle/lua-resty-template
|
||||
|
||||
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue