• 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
..
dist-bundle Loading commit data...
launcher Loading commit data...
Dockerfile.oci Loading commit data...
Dockerfile.oci-venv Loading commit data...
Dockerfile.update Loading commit data...
README-RUN.txt Loading commit data...
build_oci_image.sh Loading commit data...
make_dist_bundle.sh Loading commit data...
make_tarball_from_venv.sh Loading commit data...
nginx.conf Loading commit data...
package_oci_image.sh Loading commit data...
run_oci.sh Loading commit data...
smoke_test_oci.sh Loading commit data...
smoke_test_services.sh Loading commit data...
supervisord.conf Loading commit data...
update_oci_image.sh Loading commit data...