From 8e12f467948333f2b8a94a9d6c7c57500be4eb72 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:45:59 +0000 Subject: [PATCH] Update RELEASENOTES-DEVELOPMENT.md --- RELEASENOTES-DEVELOPMENT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index b7fa332e..f9ac35a5 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -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** -- 2.47.3