-
Notifications
You must be signed in to change notification settings - Fork 83
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
Local mode gets file path confused #121
Comments
donbowman
added a commit
to donbowman/clairctl
that referenced
this issue
Jul 5, 2018
See [issue](jgsqware#121) Add docker.io/library in the path
donbowman
added a commit
to donbowman/clairctl
that referenced
this issue
Jul 5, 2018
See [issue](jgsqware#121) Add docker.io/library in the path
donbowman
added a commit
to donbowman/clairctl
that referenced
this issue
Jul 5, 2018
See [issue](jgsqware#121) Add docker.io/library in the path
donbowman
added a commit
to donbowman/clairctl
that referenced
this issue
Jul 5, 2018
See [issue](jgsqware#121) Add docker.io/library in the path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dump.pcap.gz
strace -f -e file clairctl analyze -l --log-level debug group/container:hash
writes to
/tmp/clairctl/group/container/blobs/hash/layer.tar
But the read-back comes from:
[pid 157] openat(AT_FDCWD, "/tmp/clairctl/docker.io/group/container/blobs/hash/layer.tar", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
e.g.
docker.io
got inserted.I'm not clear why, on the below (from
clairctl analyze -l --log-level debug group/container:tag
) I get a 'https://registry-1.docker.io/v2' output.a packet capture is attached. port 37888 is the 'local' port of cairctl:
{"Layer":{"Name":"4f220f2aa3577047e7ca4f782d2bef57a7b58f0d73804559219bcc224e1099ad","Path":"http://10.16.1.175:37888/local/docker.io/library/openjdk/blobs/4f220f2aa3577047e7ca4f782d2bef57a7b58f0d73804559219bcc224e1099ad/layer.tar","Format":"Docker"}}
The text was updated successfully, but these errors were encountered: