- Remove entrypoint now implemented by rx3/server-mga9 image,

- Minor compose / dockerfile args improvments.
This commit is contained in:
Arnaud G. GIBERT 2024-08-25 18:12:54 +02:00
parent 9c5eb6a4fa
commit bc3d6d4a76
5 changed files with 38 additions and 5 deletions

27
.env
View File

@ -1,9 +1,32 @@
# Rx3 Base Mageia-9 Docker Image
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Global Settings
#-------------------------------------------------------------------------------
IMG_ORG="rx3"
IMG_REGISTRY="docker.xor.rx3:5000"
IMG_URL_PREFIX="${IMG_REGISTRY}/${IMG_ORG}"
#-------------------------------------------------------------------------------
# Image Settings
#-------------------------------------------------------------------------------
IMG_ID="base-mga9" IMG_ID="base-mga9"
IMG_NAME="Rx3 Base Mageia-9 Docker Image" IMG_NAME="Rx3 Base Mageia-9 Docker Image"
IMG_VERSION="1.2.1" IMG_VERSION="1.2.2"
IMG_URL="${IMG_URL_PREFIX}/${IMG_ID}:${IMG_VERSION}"
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>' IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
# To be configured
#-------------------------------------------------------------------------------
# User Settings
#-------------------------------------------------------------------------------
LANG=en_US.UTF-8 LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8:en_US:en LANGUAGE=en_US.UTF-8:en_US:en
LOCALTIME="Europe/Paris" LOCALTIME="Europe/Paris"

View File

@ -36,4 +36,5 @@ LABEL maintainer=${IMG_MAINTAINER}
COPY --from=0 / / COPY --from=0 / /
ENTRYPOINT ["sleep", "60m"] CMD ["/bin/bash"]
ENTRYPOINT []

View File

@ -1,4 +1,4 @@
Welcome to base-mga9 docker image! Welcome to Rx3/Base-Mga9 docker image!

View File

@ -1,3 +1,12 @@
------------------------------------------------------------------------------------------------------------------------------------
Base-Mga9 V 1.2.2 - A. GIBERT - 2024/08/25
------------------------------------------------------------------------------------------------------------------------------------
- Remove entrypoint now implemented by rx3/server-mga9 image,
- Minor compose / dockerfile args improvments.
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Base-Mga9 V 1.2.1 - A. GIBERT - 2024/08/24 Base-Mga9 V 1.2.1 - A. GIBERT - 2024/08/24
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------

View File

@ -8,7 +8,7 @@ services:
default: default:
container_name: ${IMG_ID} container_name: ${IMG_ID}
image: docker.xor.rx3:5000/rx3/${IMG_ID}:${IMG_VERSION} image: ${IMG_URL}
build: build:
context: . context: .