3 Commits

Author SHA1 Message Date
dbb5451c01 - Use now rx3-docker/base:1.3.6-mga9 image,
- Rebuild for updates.
2025-11-28 10:41:36 +01:00
d277b03f14 - Update myip to 1.2.0,
- Use now rx3-docker/base:1.3.4-mga9 image,
- Remove stupid /var/log/README broken link,
- Rebuild for updates.
2025-09-19 19:00:00 +02:00
9a6237864a - Update myip to 1.0.1. 2025-07-26 18:43:47 +02:00
4 changed files with 38 additions and 8 deletions

View File

@@ -63,9 +63,9 @@ ARG CROND='#!/bin/bash
\n\
if [[ "${SERVER_CROND_ENABLED}" != "TRUE" ]] \n\
then \n\
file_disenable "'${SERVER_CROND_INI}'" FALSE \n\
file_enable "'${SERVER_CROND_INI}'" FALSE \n\
else \n\
file_disenable "'${SERVER_CROND_INI}'" TRUE \n\
file_enable "'${SERVER_CROND_INI}'" TRUE \n\
fi'
#-----------------------------------------------------------------------------------------------------------------------
@@ -75,9 +75,9 @@ ARG DNSMASQ='#!/bin/bash
\n\
if [[ "${SERVER_DNS_ENABLED}" != "TRUE" ]] \n\
then \n\
file_disenable "'${SERVER_DNSMASQ_INI}'" FALSE \n\
file_enable "'${SERVER_DNSMASQ_INI}'" FALSE \n\
else \n\
file_disenable "'${SERVER_DNSMASQ_INI}'" TRUE \n\
file_enable "'${SERVER_DNSMASQ_INI}'" TRUE \n\
\n\
cp '${SERVER_DNSMASQ_CONF}'.dist '${SERVER_DNSMASQ_CONF}' \n\
\n\
@@ -148,6 +148,7 @@ command=dnsmasq -k'
RUN urpmi.update -a \
&& urpmi --force dnsmasq myip supervisor \
&& rm -f /var/log/README \
&& echo -e "${INIT_SHELL}" | sed -e "s/\`/'/g" -e 's/ *$//' > /usr/local/sbin/init.sh \
&& chmod a+x /usr/local/sbin/init.sh \
&& mkdir /etc/rc.d/rcD.d \

View File

@@ -5,11 +5,12 @@ 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.
Features:
- Curtently based on rx3-docker/base:1.3.4-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,
- supervisord managing services,
- crond & logrotate configured & crond disabled by default,
- DNS forwarding support with dnsmasq, disabled by default,
- myip tool,
- Export init & supivisor log directories as volume.

View File

@@ -1,3 +1,30 @@
------------------------------------------------------------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------------------------------------------------
- Update myip to 1.2.0,
- Use now rx3-docker/base:1.3.5-mga9 image,
- Rebuild for updates.
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Server V 1.2.5 - A. GIBERT - 2025/07/26
------------------------------------------------------------------------------------------------------------------------------------
- Update myip to 1.0.1.
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Server V 1.2.4 - A. GIBERT - 2025/06/26
------------------------------------------------------------------------------------------------------------------------------------
@@ -13,6 +40,7 @@ Rx3-Docker/Server V 1.2.3 - A. GIBERT - 2025/05/28
- Use now rx3-docker/base:1.3.3-mga9 image,
- Add dnsmasq to perform optional DNS forwarding,
- Add myip tool,
- Add "urpmi.update -a" to force mirror sync.

View File

@@ -18,13 +18,13 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
IMG_NAME="server"
IMG_NAME_FULL="Rx3-Docker/Server Docker Image"
IMG_VERSION="1.2.4-mga9"
IMG_VERSION="1.2.7-mga9"
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}"
IMG_FROM_URL="${ORG_URL_PREFIX}/base:1.3.4-mga9"
IMG_FROM_URL="${ORG_URL_PREFIX}/base:1.3.6-mga9"
@@ -48,4 +48,4 @@ SERVER_CROND_ENABLED="FALSE"
SERVER_DNS_ENABLED="FALSE"
SERVER_DNS_DEFAULT="1.1.1.1"
SERVER_DNS_MAP="rx3:10.0.0.1 10.in-addr.arpa:10.0.0.1 168.192.in-addr.arpa:10.0.0.1"
SERVER_DNS_SEARCH="xor.rx3 and.rx3 not.rx3 mob.rx3 fix.rx3 rx3 rx3.net"
SERVER_DNS_SEARCH="xor.rx3 and.rx3 nor.rx3 not.rx3 gw.rx3 mob.rx3 fix.rx3 vir.rx3 vpn.rx3 proto.rx3 rx3 rx3.net"