diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-14 17:03:08 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-14 17:03:08 +0200 |
| commit | abccc01065b74f06191c7b408ee2903aca9fdcfb (patch) | |
| tree | f21136474e50ebc8e52300536e11a7c7813460ff /.extras/image-builder/config | |
| parent | 8e3003d162ec1e362523c0d3c232753950d2d343 (diff) | |
| download | sbo-slackbuilds-abccc01065b74f06191c7b408ee2903aca9fdcfb.tar.gz sbo-slackbuilds-abccc01065b74f06191c7b408ee2903aca9fdcfb.zip | |
extract docker tooling to ../sbo-dockerbuild
The test-build tool and image-builder chain grew from a .extras/ helper into a
standalone toolchain, now maintained in its own repo (../sbo-dockerbuild). Remove
them here (scripts, examples, design docs) and repoint CLAUDE.md: test-building
is now done with the installed `test-build` CLI, deps resolved from the SBo tree,
both trees verified per bump. Package-maintenance files stay: nvchecker.toml,
hooks/, assets/.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.extras/image-builder/config')
| -rw-r--r-- | .extras/image-builder/config | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.extras/image-builder/config b/.extras/image-builder/config deleted file mode 100644 index 8b52313..0000000 --- a/.extras/image-builder/config +++ /dev/null @@ -1,15 +0,0 @@ -# Shared configuration for the sbo-testbuild image builder. -# Sourced by bootstrap.sh, build-full-image.sh, build-sbo-testbuild.sh, tests. - -REGISTRY="docker.noland.dnx:5000" -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" |
