- Add mpm 1.0.0 (Meta Package Manager),
- Fix mirror list in ReadMe.txt.
This commit is contained in:
parent
e9bafeed3f
commit
c576a65a93
2
.env
2
.env
@ -17,7 +17,7 @@ IMG_URL_PREFIX="${IMG_REGISTRY}/${IMG_ORG}"
|
||||
|
||||
IMG_NAME="base-mga9"
|
||||
IMG_FULL_NAME="Rx3 Base Mageia-9 Docker Image"
|
||||
IMG_VERSION="1.2.5"
|
||||
IMG_VERSION="1.2.6"
|
||||
IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}"
|
||||
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||
|
||||
|
@ -24,6 +24,8 @@ alias em="emacs"'
|
||||
|
||||
ARG MIRRORLIST='http://mirror.xor.rx3/mageia/distrib/9/x86_64 http://mirror.rx3.net/mageia/distrib/9/x86_64 ftp://ftp.proxad.net/mirrors/mageia.org/distrib/9/x86_64 http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/9/x86_64'
|
||||
|
||||
ARG GIT_MPM_REPO='https://git.rx3.org/gitea/Rx3/mpm/raw/tag/mpm-1.0.0'
|
||||
|
||||
|
||||
|
||||
RUN echo -e "${LOCALE_CONF}" | sed -e 's/ *$//' > /etc/locale.conf \
|
||||
@ -39,6 +41,12 @@ RUN echo -e "${LOCALE_CONF}" | sed -e 's/ *$//' > /etc/locale.conf
|
||||
&& rm -f /var/log/dnf* /var/log/hawkey.log \
|
||||
&& echo -e "${RX3_SH}" | sed -e "s/\`/'/g" -e 's/ *$//' >/etc/profile.d/rx3.sh
|
||||
|
||||
ADD ${GIT_MPM_REPO}/sbin/mpm /usr/local/sbin
|
||||
ADD ${GIT_MPM_REPO}/etc/mpm.conf /etc
|
||||
RUN chmod u+x /usr/local/sbin/mpm
|
||||
|
||||
#COPY usr/local/sbin/mpm /usr/local/sbin
|
||||
#COPY etc/mpm.conf /etc
|
||||
|
||||
|
||||
FROM scratch
|
||||
|
@ -6,9 +6,13 @@ This is project aims to build a Mageia 9 base docker image to be used by others
|
||||
|
||||
Features:
|
||||
- Curtently based on official Mageia9 docker image from github.io,
|
||||
- Enable urpmi "Core", "Nonfree" and "Tainted" medium from "http://ftp.free.fr/" mirror,
|
||||
- Enable urpmi "Core", "Nonfree" and "Tainted" medium from mirror list:
|
||||
- http://mirror.xor.rx3/,
|
||||
- http://mirror.rx3.net/,
|
||||
- ftp://ftp.proxad.net/,
|
||||
- http://distrib-coffee.ipsl.jussieu.fr/,
|
||||
- Add Rx3 bash seting,
|
||||
- Mono layered (Mageia + Rx3 Updates)
|
||||
- Mono layered (Mageia + Rx3 Updates).
|
||||
|
||||
|
||||
Enjoy it!
|
||||
|
@ -1,3 +1,11 @@
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
Rx3/Base-Mga9 V 1.2.6 - A. GIBERT - 2024/10/04
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
- Add mpm 1.0.0 (Meta Package Manager).
|
||||
|
||||
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
Rx3/Base-Mga9 V 1.2.5 - A. GIBERT - 2024/10/02
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user