File tree Expand file tree Collapse file tree
microservices/dlstreamer-pipeline-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 - name : Set BASE_IMAGE
4545 env :
46- BASE_IMAGE22 : " ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2 -ubuntu22"
47- BASE_IMAGE24 : " ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2 -ubuntu24"
46+ BASE_IMAGE22 : " ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2 -ubuntu22"
47+ BASE_IMAGE24 : " ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2 -ubuntu24"
4848 run : |
4949 if [ "${{ matrix.ubuntu_version }}" == "ubuntu22" ]; then
5050 echo "BASE_IMAGE=${BASE_IMAGE22}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 4545 cd edge-ai-libraries-repo/microservices/dlstreamer-pipeline-server/docker
4646 export DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:coverity-${{ matrix.ubuntu_version }}
4747 export DLSTREAMER_PIPELINE_SERVER_DOCKERFILE=Dockerfile
48- export BASE_IMAGE="ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2 -ubuntu22"
48+ export BASE_IMAGE="ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2 -ubuntu22"
4949 export BUILD_TARGET=gstudfloader-builder
5050 docker compose build --no-cache --pull
5151
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/deb-final-img -ubuntu22:candidate1407
1+ ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2 -ubuntu22
22FROM ${BASE_IMAGE} AS gstudfloader-builder
33
44USER root
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: Apache-2.0
55#
66
7- # For Ubuntu 22.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2 -ubuntu22
8- # For Ubuntu 24.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2 -ubuntu24
9- BASE_IMAGE = ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2 -ubuntu22
7+ # For Ubuntu 22.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2 -ubuntu22
8+ # For Ubuntu 24.04: ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2 -ubuntu24
9+ BASE_IMAGE = ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250805_EAL1.2 -ubuntu22
1010
1111# For Ubuntu 22.04 and build/run optimized image: intel/dlstreamer-pipeline-server:3.1.0-ubuntu22
1212# For Ubuntu 24.04 and build/run optimized image: intel/dlstreamer-pipeline-server:3.1.0-ubuntu24
1313# For Ubuntu 22.04 and build/run extended image: intel/dlstreamer-pipeline-server:3.1.0-extended-ubuntu22
1414# For Ubuntu 24.04 and build/run extended image: intel/dlstreamer-pipeline-server:3.1.0-extended-ubuntu24
1515# For just running the microservice, use latest publicly available image as below
16- DLSTREAMER_PIPELINE_SERVER_IMAGE = ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250731_EAL1.2_DLSPS_RC4 -ubuntu22
16+ DLSTREAMER_PIPELINE_SERVER_IMAGE = ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250805_EAL1.2 -ubuntu22
1717
1818# For optimized image: dlstreamer-pipeline-server
1919# For extended image: dlstreamer-pipeline-server-extended
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ Follow the steps in this section to quickly pull the latest pre-built DL Streame
2727
2828- Download helm chart with the following command
2929
30- ` helm pull oci://ghcr.io/open-edge-platform/edge-ai-libraries/dlstreamer-pipeline-server --version 20250804 -EAL1.2-DLSPS-RC4 `
30+ ` helm pull oci://ghcr.io/open-edge-platform/edge-ai-libraries/dlstreamer-pipeline-server --version 20250805 -EAL1.2`
3131- unzip the package using the following command
3232
33- ` tar -xvf dlstreamer-pipeline-server-20250804-EAL1.2-DLSPS-RC4 .tgz`
33+ ` tar -xvf dlstreamer-pipeline-server-20250804-EAL1.2.tgz`
3434- Get into the helm directory
3535
3636 ` cd dlstreamer-pipeline-server`
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ config:
2929 rest_api_port : " 30007"
3030 rtsp_output_port : " 30025"
3131images :
32- dlstreamer_pipeline_server : ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250731_EAL1.2_DLSPS_RC4 -ubuntu22
32+ dlstreamer_pipeline_server : ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250805_EAL1.2 -ubuntu22
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2 -ubuntu22
1+ ARG BASE_IMAGE=ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer-pipeline-server:20250805_EAL1.2 -ubuntu22
22
33FROM ${BASE_IMAGE}
44
You can’t perform that action at this time.
0 commit comments