Compare commits
1 Commits
wine-1.0.6
...
wine-1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d23550897 |
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
4
env.dist
4
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 - - - - - - - -
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user