aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/image-builder/config
diff options
context:
space:
mode:
Diffstat (limited to '.extras/image-builder/config')
-rw-r--r--.extras/image-builder/config7
1 files changed, 7 insertions, 0 deletions
diff --git a/.extras/image-builder/config b/.extras/image-builder/config
index e05b681..8b52313 100644
--- a/.extras/image-builder/config
+++ b/.extras/image-builder/config
@@ -6,3 +6,10 @@ MIRROR="file:///mnt/nas"
VARIANTS=(current 15.0) # x86_64 only for now
PKGDIR="/opt/sbo-testbuild/pkgs" # sbopkg + sbo-maintainer-tools .txz
HASH_DIR="/var/cache/sbo-testbuild" # ChangeLog hashes for rebuild gating
+
+# During the full-image build, packages are served to the build container off
+# the local NFS mirror (MIRROR) over HTTP on the docker bridge, so slackpkg
+# fetches from LAN instead of the internet. The bridge-gateway IP is what the
+# build container sees as the host; the port is ephemeral to this host.
+HTTP_MIRROR_HOST="172.17.0.1" # docker0 bridge gateway (host from container)
+HTTP_MIRROR_PORT="8099"