-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I can't seem to get the syntax right for this. I get the following output, when I run docker images
git.custom.com:1234/some-path/some-path/someimage latest 2848f820ea3 3 months ago 631MB
I am trying to edit the pyrex.ini as follows
tag = some-path/some-path/someimage:latest
registry = git.custom.com
but I am getting the following output
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/usr/libexec/pyrex/capture": stat /usr/libexec/pyrex/capture: no such file or directory: unknown.
I am assuming the whole url is not assembled correctly. Is there any way I can get Pyrex to provide verbose output to see what it actually tries to pull from?
EDIT: Okay, I just edited the pyrex.ini and printed the tag variable, which seems to be assembled correctly with the registry. No idea why it is failing. Could it be the port? The registry also requires a login. Does Pyrex support that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels