nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

Docker: Shallow clone the Unit repo #1136

Closed callahad closed 7 months ago

callahad commented 7 months ago

Saves on the order of 10 MBs of transfer for each build.

We call rm -rf /usr/src/unit later in this step, so the full repo has never appeared in our published images anyway.

Related to @thresheek's work in #1131

callahad commented 7 months ago

Hm, tried GitHub's web ui for resolving merge conflicts. That was neat, but not exactly what I wanted. Manually addressing and re-pushing.