From cf4e3a6b20bc79e13d6dfeae431ea82dac64b2bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 7 Oct 2025 08:34:27 +0200 Subject: [PATCH] [28.x] use 28.x branch by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 144b080fa3..be83f7e542 100644 --- a/common.mk +++ b/common.mk @@ -36,7 +36,7 @@ DOCKER_MODEL_REPO ?= https://github.com/docker/model-cli.git # tagged a release with the same version. # # For other situations, specify DOCKER_CLI_REF and/or DOCKER_ENGINE_REF separately. -REF ?= HEAD +REF ?= 28.x DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) # DOCKER_COMPOSE_REF is the version of compose to package. It usually is a tag,