Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-12 | Docker: made curl fail with non-zero exit code on server errors. | Konstantin Pavlov | 1 | -1/+1 | |
2023-02-13 | Docker: limited the waiting time for control socket creation. | Konstantin Pavlov | 1 | -2/+9 | |
While at it, fixed a typo. | |||||
2022-12-13 | Docker: limited the waiting time for control socket removal. | Konstantin Pavlov | 1 | -1/+15 | |
Fixes https://github.com/nginx/unit/issues/728 Refs https://github.com/nginx/unit/issues/718 | |||||
2022-10-27 | Fixed path for sed(1). | Alejandro Colomar | 1 | -1/+1 | |
Some distros provide it in /bin/sed and others in both /bin/sed and /usr/bin/sed. Use the more available one. Reported-by: Konstantin Pavlov <thresh@nginx.com> Fixes: ac64ffde5718 "Improved readability of <docker-entrypoint.sh>." Signed-off-by: Alejandro Colomar <alx@nginx.com> | |||||
2022-10-26 | Improved readability of <docker-entrypoint.sh>. | javad mnjd | 1 | -5/+5 | |
Cc: Konstantin Pavlov <thresh@nginx.com> Signed-off-by: Alejandro Colomar <alx@nginx.com> | |||||
2021-11-30 | Docker: respect the binary from CMD in the entrypoint. | Konstantin Pavlov | 1 | -1/+1 | |
2020-07-13 | Docker: run entrypoint scripts for unitd-debug as well. | Konstantin Pavlov | 1 | -1/+1 | |
2019-10-03 | Docker: added an entrypoint to make configuration easier. | Konstantin Pavlov | 1 | -0/+71 | |
Docker images now accept shell scripts, json files and certificate chain bundles to provide configuration on a container start by placing them into /docker-entrypoint.d/ directory. |