- Minor compose / dockerfile args & structure improvements.

This commit is contained in:
2024-08-27 00:24:39 +02:00
parent bc3d6d4a76
commit 74f9715077
4 changed files with 50 additions and 26 deletions

View File

@@ -1,20 +1,20 @@
# Rx3 Base Mageia-9 Docker Image
#-------------------------------------------------------------------------------
name: ${IMG_ID}
name: ${IMG_NAME}
services:
default:
container_name: ${IMG_ID}
container_name: ${IMG_NAME}
image: ${IMG_URL}
build:
context: .
args:
- IMG_ID=${IMG_ID}
- IMG_NAME=${IMG_NAME}
- IMG_FULL_NAME=${IMG_FULL_NAME}
- IMG_VERSION=${IMG_VERSION}
- IMG_MAINTAINER=${IMG_MAINTAINER}
- LANG=${LANG}