depot pull-token now available
In the latest version of the depot
CLI, we've added a new command: depot pull-token
. This command allows you to generate a short-lived token for pulling container images from the Depot ephemeral registry.
This command comes in handy if you need to pull container images you have built with Depot from systems that utilize docker pull
underneath the hood. One example of this is specifying a container
for a GitHub Actions job.
Here is an example of how you can use this command:
This will generate a short-lives pull token for the given project ID. You can optionally specify a build ID to generate a pull token for a specific build: