• nettest-v0.2.0 424647cd93

    Use Tailscale sidecar for container registry push
    Some checks failed
    Build Container / build (push) Failing after 1m9s

    eblume released this 2026-01-24 19:29:01 -08:00 | 931 commits to main since this release

    Docker Desktop's VM can't resolve tailnet hostnames. Work around this by:

    1. Starting a Tailscale container that joins the tailnet
    2. Building the image with docker build
    3. Saving to tarball with docker save
    4. Pushing via skopeo inside the Tailscale container

    Uses TS_CI_GATEWAY_AUTHKEY repository secret for authentication.

    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

    Downloads