Closed davidjeddy closed 1 year ago
Have you tried dive --source podman localhost/nginx-alpine-boto3:0.0.4
?
@davidjeddy do you want a --source buildah
instead of a --source podman
? or is @veita 's solution good enough.
discalimer, I didn't check @veita 's solution at all but it seems like a good jump forward if required
dive --source podman localhost/shared-module-mirroring:1.0.9
does indeed solve the issue. Thank you @veita and @georgettica
Dive works great on Docker build images, so much so I want to continue using is as my organization moves away from Docker towards more agnostic tools. Specifically I am trying buildah and podman. So far, everything has gone well with them. Sadly, when I try to
dive
into an image built with buildah I am responded to with an error.I did indeed double check I have authenticated with the remote repository using
docker pull
to pull a different image.Does the road map for Dive include the ability to analyze non-Docker images?