diff --git a/.github/workflows/dlsps-build-scans-pr-workflow.yaml b/.github/workflows/dlsps-build-scans-pr-workflow.yaml index 92c2056592..4df49f5c43 100644 --- a/.github/workflows/dlsps-build-scans-pr-workflow.yaml +++ b/.github/workflows/dlsps-build-scans-pr-workflow.yaml @@ -43,8 +43,8 @@ jobs: - name: Set BASE_IMAGE env: - BASE_IMAGE22: "ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu22" - BASE_IMAGE24: "ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu24" + BASE_IMAGE22: "ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2-ubuntu22" + BASE_IMAGE24: "ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2-ubuntu24" run: | if [ "${{ matrix.ubuntu_version }}" == "ubuntu22" ]; then echo "BASE_IMAGE=${BASE_IMAGE22}" >> $GITHUB_ENV diff --git a/.github/workflows/dlsps_coverity.yaml b/.github/workflows/dlsps_coverity.yaml index 0aae7ffe85..aa07aad0ea 100644 --- a/.github/workflows/dlsps_coverity.yaml +++ b/.github/workflows/dlsps_coverity.yaml @@ -45,7 +45,7 @@ jobs: cd edge-ai-libraries-repo/microservices/dlstreamer-pipeline-server/docker export DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:coverity-${{ matrix.ubuntu_version }} export DLSTREAMER_PIPELINE_SERVER_DOCKERFILE=Dockerfile - export BASE_IMAGE="ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu22" + export BASE_IMAGE="ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2-ubuntu22" export BUILD_TARGET=gstudfloader-builder docker compose build --no-cache --pull diff --git a/microservices/dlstreamer-pipeline-server/Dockerfile b/microservices/dlstreamer-pipeline-server/Dockerfile index 73ebf871cb..9d46a6a197 100644 --- a/microservices/dlstreamer-pipeline-server/Dockerfile +++ b/microservices/dlstreamer-pipeline-server/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/deb-final-img-ubuntu22:candidate1407 +ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2-ubuntu22 FROM ${BASE_IMAGE} AS gstudfloader-builder USER root diff --git a/microservices/dlstreamer-pipeline-server/docker/.env b/microservices/dlstreamer-pipeline-server/docker/.env index f730aeeca5..a32457e7ad 100644 --- a/microservices/dlstreamer-pipeline-server/docker/.env +++ b/microservices/dlstreamer-pipeline-server/docker/.env @@ -4,16 +4,16 @@ # SPDX-License-Identifier: Apache-2.0 # -# For Ubuntu 22.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu22 -# For Ubuntu 24.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu24 -BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu22 +# For Ubuntu 22.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2-ubuntu22 +# For Ubuntu 24.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2-ubuntu24 +BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2-ubuntu22 # For Ubuntu 22.04 and build/run optimized image: intel/dlstreamer-pipeline-server:3.1.0-ubuntu22 # For Ubuntu 24.04 and build/run optimized image: intel/dlstreamer-pipeline-server:3.1.0-ubuntu24 # For Ubuntu 22.04 and build/run extended image: intel/dlstreamer-pipeline-server:3.1.0-extended-ubuntu22 # For Ubuntu 24.04 and build/run extended image: intel/dlstreamer-pipeline-server:3.1.0-extended-ubuntu24 # For just running the microservice, use latest publicly available image as below -DLSTREAMER_PIPELINE_SERVER_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250731_EAL1.2_DLSPS_RC4-ubuntu22 +DLSTREAMER_PIPELINE_SERVER_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250805_EAL1.2-ubuntu22 # For optimized image: dlstreamer-pipeline-server # For extended image: dlstreamer-pipeline-server-extended diff --git a/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md b/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md index c79dffe24f..d66128b286 100644 --- a/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md +++ b/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md @@ -27,10 +27,10 @@ Follow the steps in this section to quickly pull the latest pre-built DL Streame - Download helm chart with the following command - `helm pull oci://ghcr.io/open-edge-platform/edge-ai-libraries/dlstreamer-pipeline-server --version 20250804-EAL1.2-DLSPS-RC4` + `helm pull oci://ghcr.io/open-edge-platform/edge-ai-libraries/dlstreamer-pipeline-server --version 20250805-EAL1.2` - unzip the package using the following command - `tar -xvf dlstreamer-pipeline-server-20250804-EAL1.2-DLSPS-RC4.tgz` + `tar -xvf dlstreamer-pipeline-server-20250804-EAL1.2.tgz` - Get into the helm directory `cd dlstreamer-pipeline-server` diff --git a/microservices/dlstreamer-pipeline-server/helm/values.yaml b/microservices/dlstreamer-pipeline-server/helm/values.yaml index 81df4e8d5e..64f229f3d2 100644 --- a/microservices/dlstreamer-pipeline-server/helm/values.yaml +++ b/microservices/dlstreamer-pipeline-server/helm/values.yaml @@ -29,4 +29,4 @@ config: rest_api_port: "30007" rtsp_output_port: "30025" images: - dlstreamer_pipeline_server: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250731_EAL1.2_DLSPS_RC4-ubuntu22 + dlstreamer_pipeline_server: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250805_EAL1.2-ubuntu22 diff --git a/microservices/dlstreamer-pipeline-server/unittests.Dockerfile b/microservices/dlstreamer-pipeline-server/unittests.Dockerfile index 27a610c734..934679e263 100644 --- a/microservices/dlstreamer-pipeline-server/unittests.Dockerfile +++ b/microservices/dlstreamer-pipeline-server/unittests.Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu22 +ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250805_EAL1.2-ubuntu22 FROM ${BASE_IMAGE}