- Update myip to 1.0.1.

This commit is contained in:
Arnaud G. GIBERT 2025-07-26 18:43:47 +02:00
parent 3ec4170d67
commit 9a6237864a
3 changed files with 11 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Features:
- supervisord managing services, - supervisord managing services,
- crond & logrotate configured & crond disabled by default, - crond & logrotate configured & crond disabled by default,
- DNS forwarding support with dnsmasq, disabled by default, - DNS forwarding support with dnsmasq, disabled by default,
- myip tool,
- Export init & supivisor log directories as volume. - Export init & supivisor log directories as volume.

View File

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

View File

@ -18,7 +18,7 @@ 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.4-mga9" IMG_VERSION="1.2.5-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}"