Luka Markušić

Results 459 comments of Luka Markušić

You can pass it the `--json ` flag to write the output as JSON. Would that suffice your needs?

I found it by running `dive --help`, so it _is_ there :) > Will try the JSON output, CSV would also be nice to go for "non-nested" structures. It would,...

It's a known issue, please try building [this PR](https://github.com/wagoodman/dive/pull/473) from source, should fix it.

`dive` isn't necessarily used for `docker` images though, `podman` images are also viable inputs. Ideally, any OCI compliant image works.

There is a `Makefile` but I'm not sure what target to invoke since the one run on `CI` doesn't seem to work locally. Anyway, to answer this: > and I'm...

@rroblik build #473 from source, `dive` hasn't had a new release for a while.

@rroblik currently the simplest way to do it would to have `golang` installed, clone the repo (and checkout that branch), `cd` into it and run `go run main.go `.

Ah, I see I've only fixed it for the `Image Details` pane, thanks.

I took the liberty of rebasing onto #478 , give it another spin @vinkmr .

See [comment](https://github.com/wagoodman/dive/pull/399#issuecomment-1624891352). I have something in progress, but it's not ready yet, hopefully soon.