openresty / test-nginx

Data-driven test scaffold for Nginx C module and OpenResty Lua library development
http://search.cpan.org/dist/Test-Nginx
438 stars 105 forks source link

request-help: Can you provide a docker image for test-nginx #122

Open jagerzhang opened 3 years ago

jagerzhang commented 3 years ago

Can you provide a docker image for test-nginx

xiaocang commented 3 years ago

Hi @jagerzhang The test nginx module is mainly used in the development process and is not suitable for container images. We recommend using cpanm for installation, or you can install the pre-compiled perl-Test-Nginx package after installing the official repository repositories (http://openresty.org/en/linux-packages.html)

jagerzhang commented 3 years ago

Hi @jagerzhang The test nginx module is mainly used in the development process and is not suitable for container images. We recommend using cpanm for installation, or you can install the pre-compiled perl-Test-Nginx package after installing the official repository repositories (http://openresty.org/en/linux-packages.html)

ok, tks

testower commented 1 year ago

For running tests on CI servers, which popularly are containerized - what do you recommend?

zhuizhuhaomeng commented 1 year ago

I think you can build your own docker image which contains test-nginx.