From 1c484c806d536298d59d1f4afa6a94dc0a96e998 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Fri, 2 Jan 2026 13:52:42 -0500 Subject: [PATCH] change host ip to ts ip --- Containerfile | 2 +- run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 94a3b2e..b0ed2be 100644 --- a/Containerfile +++ b/Containerfile @@ -7,7 +7,7 @@ COPY makepkg.conf /etc/makepkg.conf.d/custom.conf COPY sudoers /etc/sudoers.d/builder COPY run.sh /run.sh -RUN echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts +RUN echo "100.64.0.2 archmirror.i.balki.me" >> /etc/hosts COPY mirrorlist /etc/pacman.d/mirrorlist diff --git a/run.sh b/run.sh index fb37e39..b178663 100755 --- a/run.sh +++ b/run.sh @@ -9,8 +9,8 @@ fi # /etc/hosts is managed by podman. Copying or editing with `sed -i` does not seem to work. Only appendig works # podman sets up 169.254.1.2 to be the ip of the host -sudo sh -c 'echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts' -sudo sh -c 'echo "169.254.1.2 gitea.balki.me" >> /etc/hosts' +sudo sh -c 'echo "100.64.0.2 archmirror.i.balki.me" >> /etc/hosts' +sudo sh -c 'echo "100.64.0.2 gitea.balki.me" >> /etc/hosts' sudo pacman -Syu