From 418abb986ae34e8dd90078d752d91b667fb9f80d Mon Sep 17 00:00:00 2001 From: Adrian Tobiszewski Date: Wed, 17 Dec 2025 13:19:42 +0100 Subject: [PATCH 1/2] Update to 2025.4 --- demos/c_api_minimal_app/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/c_api_minimal_app/Makefile b/demos/c_api_minimal_app/Makefile index 75eded3e65..9953265e11 100644 --- a/demos/c_api_minimal_app/Makefile +++ b/demos/c_api_minimal_app/Makefile @@ -25,13 +25,13 @@ BASE_OS ?= ubuntu24 ifeq ($(BASE_OS),ubuntu24) BASE_OS_TAG_UBUNTU ?= 24.04 - PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2025.3/ovms_ubuntu24.tar.gz" + PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4/ovms_ubuntu24.tar.gz" BASE_IMAGE ?= ubuntu:$(BASE_OS_TAG_UBUNTU) DIST_OS=ubuntu endif ifeq ($(BASE_OS),redhat) BASE_OS_TAG_REDHAT ?= 9.6 - PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2025.3/ovms_redhat.tar.gz" + PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4/ovms_redhat.tar.gz" BASE_IMAGE ?= registry.access.redhat.com/ubi9/ubi:$(BASE_OS_TAG_REDHAT) DIST_OS=redhat endif From 6b2c4b9f78a6af72a7873b6847b82ffde1c66398 Mon Sep 17 00:00:00 2001 From: Adrian Tobiszewski Date: Fri, 19 Dec 2025 10:26:55 +0100 Subject: [PATCH 2/2] Update Makefile to 2025.4.1 --- demos/c_api_minimal_app/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/c_api_minimal_app/Makefile b/demos/c_api_minimal_app/Makefile index 9953265e11..b9f0c366db 100644 --- a/demos/c_api_minimal_app/Makefile +++ b/demos/c_api_minimal_app/Makefile @@ -25,13 +25,13 @@ BASE_OS ?= ubuntu24 ifeq ($(BASE_OS),ubuntu24) BASE_OS_TAG_UBUNTU ?= 24.04 - PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4/ovms_ubuntu24.tar.gz" + PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4.1/ovms_ubuntu24_python_on.tar.gz" BASE_IMAGE ?= ubuntu:$(BASE_OS_TAG_UBUNTU) DIST_OS=ubuntu endif ifeq ($(BASE_OS),redhat) BASE_OS_TAG_REDHAT ?= 9.6 - PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4/ovms_redhat.tar.gz" + PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4.1/ovms_redhat_python_on.tar.gz" BASE_IMAGE ?= registry.access.redhat.com/ubi9/ubi:$(BASE_OS_TAG_REDHAT) DIST_OS=redhat endif