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

d8s pull && d8s push doesn't work #97

Closed
imjasonh opened this issue Apr 23, 2018 · 0 comments
Closed

d8s pull && d8s push doesn't work #97

imjasonh opened this issue Apr 23, 2018 · 0 comments

Comments

@imjasonh
Copy link
Collaborator

$ bazel run cmd/d8s:d8s -- pull ubuntu $PWD/ubuntu.tar.gz
2018/04/23 12:50:07 Pulling index.docker.io/library/ubuntu:latest
$ ls -lh ubuntu.tar.gz 
-rw-r--r-- 1 redacted redacted 42M Apr 23 12:50 ubuntu.tar.gz
$ bazel run cmd/d8s:d8s -- push $PWD/ubuntu.tar.gz gcr.io/some-project/ubuntu:d8s
2018/04/23 12:52:07 Pushing gcr.io/some-project/ubuntu:d8s
2018/04/23 12:52:10 mounted sha256:817da545be2ba4bac8f6b4da584bca0fb4844938ecc462b9feab1001b5df7405
2018/04/23 12:52:10 mounted sha256:a9b30c108bda615dc10e402f62d712f413214ea92c7ec4354cd1cc0f3450bc58
2018/04/23 12:52:10 mounted sha256:67de21feec183fcd009a5eddc4de8c346ee0f4369a20047f1a302a90716fc741
2018/04/23 12:52:10 mounted sha256:d967c497ce230b63996a7b1fc6ec95b741aea9348118d3328c676f13be789fa7
2018/04/23 12:52:10 mounted sha256:d3938036b19cfa369e1081a6776b07b54be9612bc4c8fed7f139370c8142b79f
2018/04/23 12:52:10 blob sha256:739f09eca6e43d4e99d63fa442d2daeefc3fc1dc46b13ec5a1414de74a2b7c86 not found

This happens for images:

  • pulled from gcr.io/aaa/foo and pushed to gcr.io/bbb/foo, and
  • pulled from gcr.io/aaa/foo and pushed to gcr.io/aaa/bar

...so it doesn't seem to be correlated to cross-registry or cross-repository pushes.

jonjohnsonjr added a commit to jonjohnsonjr/go-containerregistry that referenced this issue Apr 23, 2018
jonjohnsonjr added a commit that referenced this issue Apr 23, 2018
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

No branches or pull requests

1 participant