Add echo image to avoid building and installing dependencies in each test (#5028)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-06 18:08:44 -03:00 committed by GitHub
parent 9278f0cad2
commit ac2ce11739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 140 additions and 133 deletions

6
images/echo/Dockerfile Normal file
View 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