From 77ed04d07b7000a46a115471203d057317fed65b Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sun, 13 Apr 2025 10:37:16 +0200 Subject: [PATCH] - Add i586 arch, - Rebuild for updates. --- Dockerfile | 2 +- ReadMe.txt | 2 +- ReleaseNotes.txt | 9 +++++++++ env.dist | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 788f646..b4f519b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN echo -e "${LOCALE_CONF}" | sed -e 's/ *$//' > /etc/locale.conf && rm -f /var/cache/urpmi/mirrors.cache \ && urpmi.addmedia --distrib --mirrorlist "${MIRRORLIST_MGA}" \ && urpmi.addmedia --distrib --mirrorlist "${MIRRORLIST_RX3}" \ - && urpmi.update --no-ignore "Nonfree Release" "Nonfree Updates" "Tainted Release" "Tainted Updates" \ + && for arch in "" "32bit "; do for media in "Core" "Nonfree" "Tainted"; do for type in "Release" "Updates"; do urpmi.update --no-ignore "${media} ${arch}${type}"; done; done; done \ && urpmi.update -a \ && urpmi --force --replacepkgs glibc locales locales-en \ && rpm -e $(rpm -qa | grep -e python -e dnf) gobject-introspection \ diff --git a/ReadMe.txt b/ReadMe.txt index 02755d8..8c63e9b 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -6,7 +6,7 @@ This project aims to build a Mageia base docker image to be used by other Rx3 pa Features: - Curtently based on official Mageia 9 docker image from github.io, - - Enable urpmi "Core", "Nonfree" and "Tainted" medium from mirror list: + - Enable urpmi "Core", "Nonfree" and "Tainted" medium (x86-64 + i586) from mirror list: - http://mirror.xor.rx3/, - https://mirror.rx3.net/, - ftp://ftp.proxad.net/, diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 0042f2e..c8940eb 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Base V 1.3.2 - A. GIBERT - 2025/04/13 +------------------------------------------------------------------------------------------------------------------------------------ + +- Add i586 arch, +- Rebuild for updates. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Base V 1.3.1 - A. GIBERT - 2025/03/08 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index cf9dfb1..4d75cfd 100644 --- a/env.dist +++ b/env.dist @@ -18,7 +18,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}" IMG_NAME="base" IMG_NAME_FULL="Rx3-Docker/Base Docker Image" -IMG_VERSION="1.3.1-mga9" +IMG_VERSION="1.3.2-mga9" IMG_MAINTAINER='"Arnaud G. GIBERT" ' IMG_URL_PREFIX="${ORG_URL_PREFIX}"