depot CLI v2.17.2 is now available
- Improved error message when your
.dockerignore
isn't formatted correctly - Added
--lint
flag to lint yourDockerfile
before building - Improved build start time by removing unnecessary API calls
- Removed garbage collection race condition during
--load
operations - Fix
depot bake --print
operation - Report build options and flags to the API for better insights into what each build did
- Fix duplicate message logging when running
depot build
in CircleCI - Additional resiliency for
--load
operations when a builder is under heavy load - Fix panic when using
depot cache reset
with no arguments - Improved robustness of our
depot
install script - Add build summary link to
depot build
anddepot bake
output