You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nginx: changed to ondrej/nginx (#71)
* Dockerfile: moving from nginx to ondrej PPA
Base OS moved from Ubuntu 18.04 —> 20.04
* Travis: updated for parallelism
Co-authored-by: Bryan Latten <latten@adobe.com>
Nginx: changed to ondrej/nginx (#71)
* Dockerfile: moving from nginx to ondrej PPA
Base OS moved from Ubuntu 18.04 —> 20.04
* Travis: updated for parallelism
Co-authored-by: Bryan Latten <latten@adobe.com>
Allow docker-nginx to run under a non root user (#68)
* Allow docker-nginx to run under a non root user
* remove additional layer when setting permissions
* Add expectations and fix nginx error log permissions
* set s6 root read only flag
* fix s6-chown issues
* merging comments
* specify username in COPY command
Nginx: using cont-finish.d for more graceful shutdown (#67)
* Nginx: using cont-init.d for more graceful shutdown
First suppress initial TERM/HUP, then use
cont-finish.d as shutdown script
* README: added drain timing explanation