- Support new isl command, - Use now rx3-base 1.1.0 RPM, - Use now docker-tools-1.5.0.
27 lines
792 B
YAML
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
|