- Use now rx3-docker/base:1.3.6-mga9 image,
- Rebuild for updates.
This commit is contained in:
parent
d277b03f14
commit
dbb5451c01
@ -63,9 +63,9 @@ ARG CROND='#!/bin/bash
|
|||||||
\n\
|
\n\
|
||||||
if [[ "${SERVER_CROND_ENABLED}" != "TRUE" ]] \n\
|
if [[ "${SERVER_CROND_ENABLED}" != "TRUE" ]] \n\
|
||||||
then \n\
|
then \n\
|
||||||
file_disenable "'${SERVER_CROND_INI}'" FALSE \n\
|
file_enable "'${SERVER_CROND_INI}'" FALSE \n\
|
||||||
else \n\
|
else \n\
|
||||||
file_disenable "'${SERVER_CROND_INI}'" TRUE \n\
|
file_enable "'${SERVER_CROND_INI}'" TRUE \n\
|
||||||
fi'
|
fi'
|
||||||
#-----------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -75,9 +75,9 @@ ARG DNSMASQ='#!/bin/bash
|
|||||||
\n\
|
\n\
|
||||||
if [[ "${SERVER_DNS_ENABLED}" != "TRUE" ]] \n\
|
if [[ "${SERVER_DNS_ENABLED}" != "TRUE" ]] \n\
|
||||||
then \n\
|
then \n\
|
||||||
file_disenable "'${SERVER_DNSMASQ_INI}'" FALSE \n\
|
file_enable "'${SERVER_DNSMASQ_INI}'" FALSE \n\
|
||||||
else \n\
|
else \n\
|
||||||
file_disenable "'${SERVER_DNSMASQ_INI}'" TRUE \n\
|
file_enable "'${SERVER_DNSMASQ_INI}'" TRUE \n\
|
||||||
\n\
|
\n\
|
||||||
cp '${SERVER_DNSMASQ_CONF}'.dist '${SERVER_DNSMASQ_CONF}' \n\
|
cp '${SERVER_DNSMASQ_CONF}'.dist '${SERVER_DNSMASQ_CONF}' \n\
|
||||||
\n\
|
\n\
|
||||||
|
|||||||
@ -5,7 +5,7 @@ Welcome to Rx3-Docker/Server docker image!
|
|||||||
This project aims to build a Mageia server docker image to be used by other Rx3 packaging projects.
|
This project aims to build a Mageia server docker image to be used by other Rx3 packaging projects.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- Curtently based on rx3-docker/base:1.3.5-mga9 image,
|
- Curtently based on rx3-docker/base:1.3.6-mga9 image,
|
||||||
- Init script calling in order sub scripts in /etc/init.d & /etc/rcD.d,
|
- Init script calling in order sub scripts in /etc/init.d & /etc/rcD.d,
|
||||||
- supervisord managing services,
|
- supervisord managing services,
|
||||||
- crond & logrotate configured & crond disabled by default,
|
- crond & logrotate configured & crond disabled by default,
|
||||||
|
|||||||
@ -1,3 +1,12 @@
|
|||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
Rx3-Docker/Server V 1.2.7 - A. GIBERT - 2025/11/28
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Use now rx3-docker/base:1.3.6-mga9 image,
|
||||||
|
- Rebuild for updates.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Rx3-Docker/Server V 1.2.6 - A. GIBERT - 2025/09/19
|
Rx3-Docker/Server V 1.2.6 - A. GIBERT - 2025/09/19
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
4
env.dist
4
env.dist
@ -18,13 +18,13 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
|
|||||||
|
|
||||||
IMG_NAME="server"
|
IMG_NAME="server"
|
||||||
IMG_NAME_FULL="Rx3-Docker/Server Docker Image"
|
IMG_NAME_FULL="Rx3-Docker/Server Docker Image"
|
||||||
IMG_VERSION="1.2.6-mga9"
|
IMG_VERSION="1.2.7-mga9"
|
||||||
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||||
|
|
||||||
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
|
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
|
||||||
IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}"
|
IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}"
|
||||||
|
|
||||||
IMG_FROM_URL="${ORG_URL_PREFIX}/base:1.3.5-mga9"
|
IMG_FROM_URL="${ORG_URL_PREFIX}/base:1.3.6-mga9"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user