Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast-load images from remote pull service #277

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jacobwgillespie
Copy link
Member

WIP, but this replaces the local registry proxy container with pulling from a remote service (https://github.com/depot/pull.depot.dev). This simplifies the local CLI machinery, so that we don't have to run the local proxy container.

It works like this:

  1. We'd run the pull.depot.dev service in AWS - this runs the same code that the registry proxy would have run
  2. The CLI encodes the BuildKit connection details (address, TLS certs) into the registry auth password and pulls from the remote registry

I haven't deployed pull.depot.dev to AWS - I think we'd also want the hostname of the pull service to be provided by the API, so that we can modify which service the CLI pulls from based on region or self-hosted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant