- 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:
2024-11-10 23:20:19 +01:00
parent c576a65a93
commit c2b1abf29d
5 changed files with 53 additions and 22 deletions

View File

@@ -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}