Depot CLI v2.45.5
- New
sbom
andsbom-dir
flags are now available fordepot build
anddepot bake
to generate SBOMs during a build and write them to a local directory - Additional metrics and logging of machine boot and image load/push times during a build
- Improved onboarding to prompt for login and project selection when a user runs
depot build
without authentication or a project selected - Updates to
depot bake
to automatically name the built images with the namesdocker-compose
expects - New beta feature,
--save
to persist a given Docker image produced by a build in a temporary registry for later use - New beta feature,
depot pull <build-id>
to pull a Docker image out of the temporary registry without having to run another build