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

bug: import-cache type=local failed #1391

Open
Kaiyang-Chen opened this issue Jan 9, 2023 · 0 comments
Open

bug: import-cache type=local failed #1391

Kaiyang-Chen opened this issue Jan 9, 2023 · 0 comments

Comments

@Kaiyang-Chen
Copy link
Contributor

Description

error when import local cache to build. Error msg:

#1 importing cache manifest from local:3922330002904198043
#1 ERROR: Unimplemented: unknown service containerd.services.content.v1.Content: unknown

Reproduction

  1. make
  2. ./bin/envd bootstrap
  3. ./bin/envd build --export-cache type=local,dest=/tmp/pip
  4. cat /tmp/pip/index.json # to get the sha256 value for manifest
  5. ./bin/envd build --import-cache type=local,src=/tmp/pip,digest=sha256:xxx

Additional Info


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

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

No branches or pull requests

1 participant