Evan

Results 116 comments of Evan

I was exploring using Solarflare TCPDirect with the C media driver. It is very straight-forward to port the existing UDP code to it. I've really enjoyed using this API and...

Although the idea is to make builds configurable like you are doing... there's a lot going on in there! Perhaps try doing that by creating a new Dockerfile and putting...

@agentzh At [this issue comment](https://github.com/openresty/lua-resty-core/issues/258#issuecomment-494912882), you point out using using a `pcre` tree. If I am using `--with-pcre` (like [here](https://github.com/openresty/docker-openresty/blob/master/bionic/Dockerfile#L70), do I need to also use those `cc` and `ld`...

As of `1.15.8.1-3`, I've implemented: * same PCRE build options and exports (#108) * the LuaJIT `xcflags` (although done differently than written above) * added `-DNGX_LUA_ABORT_AT_PANIC` What's left is parity...

I'm on the fence with this. I see the convenience for your config file. I was wondering if it is bad security practice to add a user that is not...

@agentzh Do you have an opinion on this? Is there a reason the RPMs don't do it? Will the DEBs do it? It is easy enough for me to add...

So I did a little more investigation... something that is annoying is that the [nginx Docker images](https://hub.docker.com/_/nginx/) do not specify the UID when they create their users. So the `/etc/passwd`...

I'm not going add a user to the image because the upstream packages do not do so. If users want this, it is easy to include and control it in...

I am revisiting this because of some HackerNews discussion about `bunkerized-nginx`)[https://news.ycombinator.com/item?id=24842306] .... putting notes here. * There is now a [`docker-nginx-unprivileged`](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/stable/alpine/Dockerfile#L12) image which creates an `nginx` user with a specific...

Yes, this is a regression -- thanks for reporting -- bad release management on my part. I am fixing this now with a `VOLUME` stanza and doing a new release....