Evan

Results 143 comments of Evan

OpenResty uses the 8.x series. Here's a build example [in the Docker images](https://github.com/openresty/docker-openresty/blob/master/alpine/Dockerfile#L18).

@forestthebug You can track this issue at the LuaJIT GitHub project: https://github.com/LuaJIT/LuaJIT/issues/628

Can you paste how you are running the container (`docker run` line) for the `nginx` and `openresty` images? Also what does `ls -ld /data` output when run inside the container?...

You noted that you used Alpine but showed a Centos image. I'm assuming you are using Centos.... In the container, user `nobody` should be id `65534`: ``` # grep nobody...

@tobybellwood If you want to work with it in the meantime, the Docker image tagged as `openresty/openresty:1.21.4.1-1-alpine` has [Alpine 3.16 support](https://github.com/openresty/docker-openresty/blob/master/CHANGELOG.md#12141-1).

@simonvik If you want to experiment with this, the OpenResty Docker image `openresty/openresty:1.15.8.3-2-alpine` is built-from-source using OpenSSL 1.1.1g.

Thanks for the report! We will investigate along with other axis work going on.

Most of them are working now... looks like Windows builds are missing? https://ci.appveyor.com/project/openresty/docker-openresty/builds/50818135 ``` wget https://openresty.org/download/openresty-1.21.4.4-win32.zip wget https://openresty.org/download/openresty-1.21.4.4-win64.zip ```

Is such an integration in-scope for the `mcp-go` library? What are you describing seems like an opinionated application-level decision. For example, I made an MCP server that used an embedded...

Check out [this issue](https://github.com/openresty/docker-openresty/issues/207) for more history / context. [This page](https://openresty.org/en/linux-packages.html) has a list of the available upstream packages. I'm not a RHEL user (nor really an OpenResty user anymore),...