Files
base/compose.yaml
Arnaud G. GIBERT 10cdc0eaef - New custome made image building with mk_base_image!
- Support new isl command,
- Use now rx3-base 1.1.0 RPM,
- Use now docker-tools-1.5.0.
2026-04-06 00:41:46 +02:00

27 lines
792 B
YAML

# Rx3-Docker/Base Docker Image
#-------------------------------------------------------------------------------
name: ${IMG_NAME}
services:
base:
container_name: ${IMG_NAME}
hostname: ${IMG_NAME}
image: ${IMG_URL}
build:
context: .
args:
IMG_NAME: ${IMG_NAME}
IMG_NAME_FULL: ${IMG_NAME_FULL}
IMG_VERSION: ${IMG_VERSION}
IMG_MAINTAINER: ${IMG_MAINTAINER}
IMG_URL: ${IMG_URL}
IMG_LANG: ${LANG}
IMG_LANGUAGE: ${LANGUAGE}
IMG_LOCALTIME: ${LOCALTIME}
restart: unless-stopped