- 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:
@@ -1,20 +1,21 @@
|
||||
# Rx3 Base Mageia-9 Docker Image
|
||||
# Rx3-Docker/Base Mageia Docker Image
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
name: ${IMG_NAME}
|
||||
|
||||
services:
|
||||
|
||||
default:
|
||||
base:
|
||||
container_name: ${IMG_NAME}
|
||||
hostname: ${IMG_NAME}
|
||||
|
||||
image: ${IMG_URL}
|
||||
image: ${IMG_URL}
|
||||
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- IMG_NAME=${IMG_NAME}
|
||||
- IMG_FULL_NAME=${IMG_FULL_NAME}
|
||||
- IMG_NAME_FULL=${IMG_NAME_FULL}
|
||||
- IMG_VERSION=${IMG_VERSION}
|
||||
- IMG_MAINTAINER=${IMG_MAINTAINER}
|
||||
- LANG=${LANG}
|
||||
|
||||
Reference in New Issue
Block a user