From 56fa5348317ccc27860f2717eb6737b88b6062c0 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Mon, 21 Apr 2025 13:42:58 +0200 Subject: [PATCH] - Now use rx3-docker/x11-pulse:1.2.4-mga9 image, - Fix Application Dir spaces support. --- ReadMe.txt | 2 +- ReleaseNotes.txt | 9 +++++++++ bin/run.sh | 2 +- env.dist | 5 +++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 1851e52..2ab1796 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to RX3-Docker/X11-Pulse-NVidia docker image! This is project aims to build a X11 + Pulse + NVidia docker image able to run any graphic & audio application isolated and hardware optimized. Features: - - Curtently based on rx3-docker/x11-pulse:1.2.3-mga9 image, + - Curtently based on rx3-docker/x11-pulse:1.2.4-mga9 image, - NVidia libs installed, - Require nvidia-container-toolkit installed on the host, - Add '-d' option to disable sound. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index a833535..9ab27a9 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/X11-Pulse-NVidia V 1.0.1 - A. GIBERT - 2025/04/21 +------------------------------------------------------------------------------------------------------------------------------------ + +- Now use rx3-docker/x11-pulse:1.2.4-mga9 image, +- Fix Application Dir spaces support. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/X11-Pulse-NVidia V 1.0.0 - A. GIBERT - 2025/04/14 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/bin/run.sh b/bin/run.sh index f1c76e7..d8a83fe 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -43,7 +43,7 @@ shift -APPL_DIR=$(realpath ${APPL_DIR}) +APPL_DIR=$(realpath "${APPL_DIR}") export USER_ID=$(id -u) export GROUP_ID=$(id -g) diff --git a/env.dist b/env.dist index f960ff4..2561e9a 100644 --- a/env.dist +++ b/env.dist @@ -20,7 +20,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}" APPL_NAME="x11-pulse-nvidia" APPL_NAME_FULL="X11-Pulse-NVidia Docker Image" APPL_NAME_SHORT="x11-pls-nv" -APPL_VERSION="1.0.0" +APPL_VERSION="1.0.1" HOST_NAME_PREFIX=${APPL_NAME_SHORT}${APPL_SUFFIX} @@ -46,7 +46,7 @@ DOCKER_TOOLS_VOLUME=SINGLE # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+---------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ -docker_service_add XPN x11-pulse-nvidia ${ORG_URL_PREFIX} - "Rx3-Docker/X11-Pulse-NVidia" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.3-mga9 - - - - - - - - +docker_service_add XPN x11-pulse-nvidia ${ORG_URL_PREFIX} - "Rx3-Docker/X11-Pulse-NVidia" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.4-mga9 - - - - - - - - @@ -57,3 +57,4 @@ docker_service_add XPN x11-pulse-nvidia ${ORG_URL_PREFIX} USER_ID="" APPL_DIR="" APPL_NETWORK="no-internet" +PULSE_DISABLE_FLAG=""