From a7b3062bf7ab3f31a701dc2a0a6488bc21bdc088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 7 Oct 2025 10:06:18 +0200 Subject: [PATCH] Revert "[28.x] use 28.x branch by default" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cf4e3a6b20bc79e13d6dfeae431ea82dac64b2bb. Signed-off-by: Paweł Gronowski --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index be83f7e542..144b080fa3 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 ?= 28.x +REF ?= HEAD DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) # DOCKER_COMPOSE_REF is the version of compose to package. It usually is a tag,