- Update to base-mga9:1.2.1 image,

- Minor compose file updates.
This commit is contained in:
Arnaud G. GIBERT 2024-08-25 00:47:59 +02:00
parent 6017327425
commit 37a574b075
5 changed files with 15 additions and 8 deletions

4
.env
View File

@ -3,9 +3,9 @@
IMG_NAME="x11-pulse-mga9"
IMG_FULL_NAME="Rx3 X11 Pulse Mageia-9 Docker Image"
IMG_VERSION="1.1.1"
IMG_VERSION="1.1.2"
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
IMG_URL="docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}"
# To be defined / overwrited at run time
USER_ID=""

View File

@ -1,7 +1,7 @@
# Rx3 X11 Pulse Mageia-9 Docker Image
#-------------------------------------------------------------------------------
FROM docker.xor.rx3:5000/rx3/base-mga9:1.2.0
FROM docker.xor.rx3:5000/rx3/base-mga9:1.2.1
ARG IMG_NAME
ARG IMG_FULL_NAME

View File

@ -5,7 +5,7 @@ Welcome to X11-Pulse-Mga9 docker image!
This is project aims to build a X11 + Pulse + Mageia-9 docker image able to run any graphic & audio application isolated.
Features:
- Curtently based on base-mga9:1.2.0 image,
- Curtently based on base-mga9:1.2.1 image,
- X11 & Pulse base libraries installed,
- Target user & group created on the run,
- Optional output internet routing.

View File

@ -1,3 +1,11 @@
------------------------------------------------------------------------------------------------------------------------------------
X11-Pulse-Mga9 V 1.1.2 - A. GIBERT - 2024/08/25
------------------------------------------------------------------------------------------------------------------------------------
- Update to base-mga9:1.2.1 image.
------------------------------------------------------------------------------------------------------------------------------------
X11-Pulse-Mga9 V 1.1.1 - A. GIBERT - 2024/08/23
------------------------------------------------------------------------------------------------------------------------------------
@ -20,6 +28,6 @@ X11-Pulse-Mga9 V 1.0.0 - A. GIBERT - 2024/08/23
------------------------------------------------------------------------------------------------------------------------------------
- Initial release,
- Use based on base-mga9:1.2.0 image,
- Based on base-mga9:1.2.0 image,
- X11 & Pulse ready,
- user_add_exec installed.

View File

@ -6,7 +6,8 @@ name: ${IMG_NAME}
services:
default:
container_name: ${IMG_NAME}
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
image: ${IMG_URL}
build:
context: .
@ -34,8 +35,6 @@ services:
target: ${APPL_DIR}
networks:
# - internet
# - no-internet
- ${APPL_NETWORK}