From 8d2355089711f0eeb82528b484a541cc170c4d9f Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Fri, 29 May 2026 18:32:50 +0200 Subject: [PATCH] - Now use rx3-docker/x11-pulse:1.3.0-mga9 image, - Now use docker-tools-1.5.2, - Rebuild for updates. --- Dockerfile | 2 +- ReadMe.txt | 2 +- ReleaseNotes.txt | 14 ++++++++++++-- env.dist | 4 ++-- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index db33a1f..5e1120f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ LABEL maintainer=${IMG_MAINTAINER} -RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \ +RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \ && urpmi.update -a \ && urpmi --force lib64opencl1-2.3.1 wine32 wine64 diff --git a/ReadMe.txt b/ReadMe.txt index fc15565..40202b4 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -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. Features: - - Curtently based on rx3-docker/x11-pulse:1.2.7-mga9 image, + - Curtently based on rx3-docker/x11-pulse:1.3.0-mga9 image, - Support by defaul volatile Wine dir (/tmp/wine) or non volatile (~/.wine). Usage: diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e77fea1..4d27c14 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,9 +1,19 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Wine V 1.1.0 - A. GIBERT - 2026/05/30 +------------------------------------------------------------------------------------------------------------------------------------ + +- Now use rx3-docker/x11-pulse:1.3.0-mga9 image, +- Now use docker-tools-1.5.2, +- Rebuild for updates. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Wine V 1.0.6 - A. GIBERT - 2026/05/08 ------------------------------------------------------------------------------------------------------------------------------------ - Fix undefined variables in env.dist, -- Use now rx3-docker/x11-pulse:1.2.8-mga9 image. +- Now use rx3-docker/x11-pulse:1.2.8-mga9 image. @@ -12,7 +22,7 @@ Rx3-Docker/Wine V 1.0.5 - A. GIBERT - 2026/02/16 ------------------------------------------------------------------------------------------------------------------------------------ - Add ISL support, -- Use now rx3-docker/x1-pulse:1.2.7-mga9 image, +- Now use rx3-docker/x1-pulse:1.2.7-mga9 image, - Rebuild for updates. diff --git a/env.dist b/env.dist index 88bcbf4..b82bb6e 100644 --- a/env.dist +++ b/env.dist @@ -20,7 +20,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}" APPL_NAME="wine" APPL_NAME_FULL="Wine Docker Image" APPL_NAME_SHORT="wine" -APPL_VERSION="1.0.6" +APPL_VERSION="1.1.0" APPL_SUFFIX="" HOST_NAME_PREFIX=${APPL_NAME_SHORT}${APPL_SUFFIX} @@ -51,7 +51,7 @@ WN_PORT_MAIN_EXT="" # | 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.8-mga9 - - - - - - - - +docker_service_add WN wine ${ORG_URL_PREFIX} - "Rx3-Docker/Wine" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.3.0-mga9 - - - - - - - -