We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Linux Fedora,
When building an image locally with podman:
$ podman build . -t quay.io/user/myimage:v0.0.1
Then trying to analyze the image:
doa analyze -i quay.io/user/myimage:v0.0.1 1 - Analyze error (critical): unable to analyze quay.io/user/myimage:v0.0.1 - error Can't resolved umage quay.io/user/myimage:v0.0.1
When debugging, I can see the following error is returned:
// pkg/decompiler/podman/decompiler.go#50 ctx, err := bindings.NewConnectionWithIdentity(context.Background(), uri, identity, false)
failed to read identity "/home/phmartin/.ssh/podman-machine-default": open /home/phmartin/.ssh/podman-machine-default: no such file or directory"
On Linux, as I don't use a podman machine, this file is not expected to exist
The text was updated successfully, but these errors were encountered:
It's very likely that the connection to podman is based on remote
Sorry, something went wrong.
No branches or pull requests
On Linux Fedora,
When building an image locally with podman:
Then trying to analyze the image:
When debugging, I can see the following error is returned:
On Linux, as I don't use a podman machine, this file is not expected to exist
The text was updated successfully, but these errors were encountered: