• Stefy Lanza (nextime / spora )'s avatar
    packaging: build a self-contained distribution bundle by default · 7d3d8e5b
    Stefy Lanza (nextime / spora ) authored
    - make_dist_bundle.sh: assemble dist/coderai-docker-dist.tar containing the image
      tarball (docker save | pigz), the coderai-docker runner (run_oci.sh, image tag
      pinned), install.sh and README. Stages under dist/ (not tiny /tmp) and hardlinks
      the multi-GB image tarball instead of copying it.
    - dist-bundle/install.sh: docker-load the image (sudo-fallback for daemon access)
      then install the coderai-docker runner to /usr/local/bin (root) or
      ~/.local/usr/bin (user, added to ~/.bashrc PATH if missing).
    - build_oci_image.sh: after a successful build, export + bundle for distribution
      by default (--no-dist to skip).
    - run_oci.sh: default image tag -> coderai:dist (matches what's shipped/loaded).
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    7d3d8e5b
Name
Last commit
Last update
codai Loading commit data...
docs Loading commit data...
packaging Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CODERAI_API_DOCUMENTATION.md Loading commit data...
CoderAI.gif Loading commit data...
DISTRIBUTION.md Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build-oci.sh Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
commands Loading commit data...
osxbuild.sh Loading commit data...
package-oci.sh Loading commit data...
package-tarball.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
run-oci.sh Loading commit data...
smoke-test-oci.sh Loading commit data...
todo.md Loading commit data...
video_editor.config.json Loading commit data...