depot / cli

🖥️ Depot CLI, build your Docker images in the cloud
https://depot.dev
MIT License
115 stars 5 forks source link

Remove custom progress package #282

Closed jacobwgillespie closed 2 months ago

jacobwgillespie commented 2 months ago

This removes our custom fork of the buildx progress package, in favor of moving our specific helpers to a separate package.

This also changes the logs such that only the launching and connecting log messages are reported to the API - this should be okay since the BuildKit server itself is shipping the rest of the logs.