- Remove entrypoint now implemented by rx3/server-mga9 image,
- Minor compose / dockerfile args improvments.
This commit is contained in:
parent
9c5eb6a4fa
commit
d156fc640c
27
.env
27
.env
@ -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_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>'
|
||||
|
||||
# To be configured
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# User Settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
LANG=en_US.UTF-8
|
||||
LANGUAGE=en_US.UTF-8:en_US:en
|
||||
LOCALTIME="Europe/Paris"
|
||||
|
@ -36,4 +36,5 @@ LABEL maintainer=${IMG_MAINTAINER}
|
||||
|
||||
COPY --from=0 / /
|
||||
|
||||
ENTRYPOINT ["sleep", "60m"]
|
||||
CMD ["/bin/bash"]
|
||||
ENTRYPOINT []
|
||||
|
@ -1,4 +1,4 @@
|
||||
Welcome to base-mga9 docker image!
|
||||
Welcome to Rx3/Base-Mga9 docker image!
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
default:
|
||||
container_name: ${IMG_ID}
|
||||
|
||||
image: docker.xor.rx3:5000/rx3/${IMG_ID}:${IMG_VERSION}
|
||||
image: ${IMG_URL}
|
||||
|
||||
build:
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user