Save a build in a temporary registry (beta)
We mentioned this last month, but we've added some final touches to our beta feature, allowing you to save a build in a temporary registry. You can now run a build and save the resulting Docker image in a temporary registry for later use.
This will store the image in a temporary registry. You can use the depot pull
command to pull it back out by build ID.
The save and pull workflow is great for folks who need to build an image once and then use it multiple times in different integration tests or environments.
If you have installed the latest version of the depot
CLI, you can try it out now.