- Move & Rename repo from Rx3/Base-MGA9 to Rx3-Docker/Base,
- New version naming standard, - Now use docker_tools for .env building, - Add ceteval bash function, - Strip down the base: - Remove python, - Remove dnf, - Rmove xz, - Remove unused libraries.
This commit is contained in:
34
env.dist
Normal file
34
env.dist
Normal file
@@ -0,0 +1,34 @@
|
||||
# Rx3-Docker/Base Docker Image
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Global Settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
ORG_NAME="rx3-docker"
|
||||
ORG_REGISTRY="docker.xor.rx3:5000"
|
||||
|
||||
ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Image Settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
IMG_NAME="base"
|
||||
IMG_NAME_FULL="Rx3-Docker/Base Docker Image"
|
||||
IMG_VERSION="1.3.0-mga9"
|
||||
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||
|
||||
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
|
||||
IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}"
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# User Settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
LANG=en_US.UTF-8
|
||||
LANGUAGE=en_US.UTF-8:en_US:en
|
||||
LOCALTIME="Europe/Paris"
|
||||
Reference in New Issue
Block a user