From 29b07a8d4630b171865c3b8b393243b605aa9bf7 Mon Sep 17 00:00:00 2001 From: shripad621git Date: Thu, 10 Apr 2025 12:25:36 +0530 Subject: [PATCH] [v1.2] tools/docker: Fixed the docker build for release/v1.2 docker image - Backported the docker version=54 change from release/v1.3 for fixing the docker build for release/v1.2 esp-matter docker image. --- tools/docker/matter-builds | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/docker/matter-builds b/tools/docker/matter-builds index 8ba02110f..f9c0cf48c 100644 --- a/tools/docker/matter-builds +++ b/tools/docker/matter-builds @@ -1,4 +1,7 @@ -ARG VERSION=latest +# The chip-build image is moved to Ubuntu 24.04 for Matter v1.4 onwards. +# For Matter v1.3 and earlier, it uses Ubuntu 22.04. +# Therefore, pinning this to version:54 for building Docker images. +ARG VERSION=54 FROM ghcr.io/project-chip/chip-build:${VERSION} as build # Use IDF_CHECKOUT_REF to specify a tag, a branch or a specific commit ID.