- Now use rx3-docker/x11-pulse:1.2.4-mga9 image,

- Fix Application Dir spaces support.
This commit is contained in:
Arnaud G. GIBERT 2025-04-21 13:28:47 +02:00
parent 2924cd076b
commit a3eb496c35
4 changed files with 13 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Welcome to RX3-Docker/Wine docker image!
This is project aims to build a Wine + X11 + Pulse docker image able to run any windows graphic & audio application isolated. This is project aims to build a Wine + X11 + Pulse docker image able to run any windows graphic & audio application isolated.
Features: 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,
- Support by defaul volatile Wine dir (/tmp/wine) or non volatile (~/.wine). - Support by defaul volatile Wine dir (/tmp/wine) or non volatile (~/.wine).
Usage: Usage:

View File

@ -1,3 +1,12 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Wine V 1.0.2 - A. GIBERT - 2025/04/21
------------------------------------------------------------------------------------------------------------------------------------
- Now use rx3-docker/x11-pulse:1.2.4-mga9 image,
- Fix Application Dir spaces support.
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Wine V 1.0.1 - A. GIBERT - 2025/04/14 Rx3-Docker/Wine V 1.0.1 - A. GIBERT - 2025/04/14
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------

View File

@ -45,7 +45,7 @@ shift
APPL_DIR=$(realpath ${APPL_DIR}) APPL_DIR=$(realpath "${APPL_DIR}")
export USER_ID=$(id -u) export USER_ID=$(id -u)
export GROUP_ID=$(id -g) export GROUP_ID=$(id -g)

View File

@ -20,7 +20,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
APPL_NAME="wine" APPL_NAME="wine"
APPL_NAME_FULL="Wine Docker Image" APPL_NAME_FULL="Wine Docker Image"
APPL_NAME_SHORT="wine" APPL_NAME_SHORT="wine"
APPL_VERSION="1.0.1" APPL_VERSION="1.0.2"
HOST_NAME_PREFIX=${APPL_NAME_SHORT}${APPL_SUFFIX} 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 | # | 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 WN wine ${ORG_URL_PREFIX} - "Rx3-Docker/Wine" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.3-mga9 - - - - - - - - docker_service_add WN wine ${ORG_URL_PREFIX} - "Rx3-Docker/Wine" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.4-mga9 - - - - - - - -