To reproduce:
$ docker pull openresty/openresty:1.15.8.2-2-centos
$ docker run --rm openresty/openresty:1.15.8.2-2-centos
2019/10/04 08:24:02 [emerg] 1#1: mkdir() "/var/run/openresty/nginx-client-body" failed (2: No such file or directory)
nginx: [emerg] mkdir() "/var/run/openresty/nginx-client-body" failed (2: No such file or directory)
Is this a regression? I can work around it by adding my own dockerfile and creating the directory in there. This issue is not present in openresty/openresty:1.15.8.1-4-centos.
To reproduce:
Is this a regression? I can work around it by adding my own dockerfile and creating the directory in there. This issue is not present in openresty/openresty:1.15.8.1-4-centos.