docker-openresty icon indicating copy to clipboard operation
docker-openresty copied to clipboard

Docker tooling for OpenResty

Results 41 docker-openresty issues
Sort by recently updated
recently updated
newest added

The `jammy` flavor builds on `s390x` architecture are failing on Travis. Here's an example [failed build](https://app.travis-ci.com/github/openresty/docker-openresty/jobs/575242228). All the other distros are working. This happened last time around, so I'm skipping...

help wanted

I am runnig openresty docker from docker-compose with other services, and only openresty do not print anything on stdout. I have no idea where `access.log` and `error.log` are going, and...

* Create tooling to use [clair](https://github.com/coreos/clair) to scan our images for vulnerabilities. * Drive using Travis. * Run on a cron * Improve tooling to rebuild when vulnerabilties are found

It would be nice to add in the image the docker-entrypoint.sh file and the docker-entrypoint.d folder which are provided in the nginx official image and add it as an ENTRYPOINT...

help wanted

Would it be possible to add configurable config to go in the main section of the file (in addition to those in the http section). For example include the following....

Request to add prometheus monitoring function,You can refer to this link: https://github.com/mohsenmottaghi/docker-openresty-prometheus

I have an issue when trying to build Openresty.1.19.3.1(or any other versions with alpine3.12) with modsecurity v3.0.4 (https://github.com/SpiderLabs/ModSecurity) i get this error: ``` 639 patching file src/rule.cc 640 Hunk #1...

Similar to the official nginx docker container it would be ideal to run the openresty nginx server as a non root user. https://github.com/nginxinc/docker-nginx/blob/25a3fc7343c6916fce1fba32caa1e8de8409d79f/stable/alpine/Dockerfile#L52 This would simplify the handling of nginx.conf...

documentation

Currently, if you try to run openresty in a K8S cluster that is configured for higher security[0], perhaps `runAsUser` and/or `readOnlyRootFilesystem`, you'll get startup errors when openresty attempts to create...

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...