From a2dcf6b8dd012da5149a040826fdb4089a193952 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Mon, 22 Sep 2025 18:29:05 +0200 Subject: [PATCH] - Fix RedPanda Console config file download. --- Dockerfile | 2 +- ReleaseNotes.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 03d0caf..27b29b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,7 +107,7 @@ RUN urpmi.update -a && ln -s /etc/init.d/toolsd /etc/rcD.d/S40toolsd \ && mkdir -p ${REDPANDA_CONSOLE_HOME}/bin ${REDPANDA_CONSOLE_HOME}/etc \ && wget -q -O- "https://github.com/redpanda-data/console/releases/download/v2.7.2/redpanda_console_2.7.2_linux_amd64.tar.gz" | tar xzf - -C ${REDPANDA_CONSOLE_HOME}/bin \ - && wget -q -O- "https://docs.redpanda.com/current/shared/_attachments/redpanda-console-config.yaml" > ${REDPANDA_CONSOLE_CONFIG} \ + && wget -q -O- "https://docs.redpanda.com/24.2/shared/_attachments/redpanda-console-config.yaml" > ${REDPANDA_CONSOLE_CONFIG} \ && echo -e "${REDPANDA_CONSOLED}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/redpanda_consoled \ && chmod a+x /etc/init.d/redpanda_consoled \ && ln -s /etc/init.d/redpanda_consoled /etc/rcD.d/S45redpanda_consoled \ diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 2a16558..41bf117 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -3,7 +3,8 @@ Rx3-Docker/Tools V 1.2.6 - A. GIBERT - 2025/09/19 ------------------------------------------------------------------------------------------------------------------------------------ - Use now rx3-docker/php-apache:1.5.4-mga9 image, -- Rebuild for updates. +- Rebuild for updates, +- Fix RedPanda Console config file download.