]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES-DEVELOPMENT.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 23 Dec 2024 14:45:59 +0000 (14:45 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2024 14:45:59 +0000 (14:45 +0000)
RELEASENOTES-DEVELOPMENT.md

index b7fa332e6e91b5529bb98db9c5628a1a6a1547ce..f9ac35a52940a7dbb4c9028862e806a7ba26d712 100644 (file)
@@ -1,3 +1,14 @@
+Version 4.3.6-dev-9-gf7401ec7
+==
+**Docker Build Optimisation**
+Improve the Dockerfile build sequences as follows:
+1. Build each dependency in a separate stage, facilitating parallel builds.
+2. Define default value for ARGS, permitting easier local docker builds.
+3. Clone the specified branch only (depth), getting data faster.
+4. Copy files in a one-off command, reducing the amount of Docker layers created.
+
+Many thanks to [David GirĂ³n](https://github.com/duhow) for the [PR](https://github.com/mikebrady/shairport-sync/pull/1945).
+
 Version 4.3.6-dev-3-ge4d3c6f7
 ==
 **Bug Fix**