- Now use rx3-docker/server:1.4.0-mga9 image,

- Now use docker-tools-1.5.2,
- Rebuild for updates.
This commit is contained in:
2026-05-28 16:55:24 +02:00
parent dede7d3117
commit 77e35ba774
4 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ LABEL maintainer=${IMG_MAINTAINER}
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \ RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \ && urpmi.update -a \
&& urpmi --force --no-install java-17-openjdk-headless lib64rocm-opencl-runtime5.7 \ && urpmi --force --no-install java-17-openjdk-headless lib64rocm-opencl-runtime5.7 \
&& rpm -Uvh --nodeps $( for pkg in javapackages-filesystem java-17-openjdk-headless rootcerts-java timezone-java copy-jdk-configs; do ls /var/cache/urpmi/rpms/$pkg*.rpm; done) \ && rpm -Uvh --nodeps $( for pkg in javapackages-filesystem java-17-openjdk-headless rootcerts-java timezone-java copy-jdk-configs; do ls /var/cache/urpmi/rpms/$pkg*.rpm; done) \

View File

@@ -5,7 +5,7 @@ Welcome to Rx3-Docker/Java docker image!
This project aims to build a Java docker image used by other Rx3 packaging projects. This project aims to build a Java docker image used by other Rx3 packaging projects.
Features: Features:
- Curtently based on rx3-docker/server:1.3.0-mga9 image, - Curtently based on rx3-docker/server:1.4.0-mga9 image,
- OpenJVM 17, - OpenJVM 17,
- Striped down. - Striped down.

View File

@@ -1,3 +1,13 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Java V 1.2.0 - A. GIBERT - 2026/05/28
------------------------------------------------------------------------------------------------------------------------------------
- Now use rx3-docker/server:1.4.0-mga9 image,
- Now use docker-tools-1.5.2,
- Rebuild for updates.
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Java V 1.1.5 - A. GIBERT - 2026/02/16 Rx3-Docker/Java V 1.1.5 - A. GIBERT - 2026/02/16
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------

View File

@@ -17,6 +17,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
# Image Settings # Image Settings
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
APPL_NAME=""
HOST_NAME_PREFIX="" HOST_NAME_PREFIX=""
PORT_ENV_OFFSET=0 PORT_ENV_OFFSET=0
@@ -25,7 +26,7 @@ PORT_SV_INT=9001
PORT_SV_OFFSET=1000 PORT_SV_OFFSET=1000
NETWORK_NAME=${HOST_NAME_PREFIX} NETWORK_NAME=${HOST_NAME_PREFIX}
NETWORK_IF_NAME=br-${APPL_NAME_SHORT}-${APPL_ENV} #NETWORK_IF_NAME=br-${APPL_NAME_SHORT}-${APPL_ENV}
DOCKER_TOOLS_DEBUG=FALSE DOCKER_TOOLS_DEBUG=FALSE
@@ -41,7 +42,7 @@ DOCKER_TOOLS_VOLUME=SINGLE
# | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id |
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+
docker_service_add SRV server ${ORG_URL_PREFIX} java "Rx3-Docker/Java" 1.1.5-mga9 ${ORG_URL_PREFIX} server 1.3.0-mga9 - - 8014 8080 - - apache apache docker_service_add SRV server ${ORG_URL_PREFIX} java "Rx3-Docker/Java" 1.2.0-mga9 ${ORG_URL_PREFIX} server 1.4.0-mga9 - - 8014 8080 - - apache apache