Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dive <source>://<your-image>
With valid `source` options as such:
- `docker`: Docker engine (the default option)
- `docker-archive`: A Docker Tar Archive from disk
- `podman`: Podman engine (linux only)
- `podman`: Podman engine

## Installation

Expand Down
2 changes: 0 additions & 2 deletions dive/image/podman/build.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build linux || darwin

package podman

import (
Expand Down
2 changes: 0 additions & 2 deletions dive/image/podman/cli.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build linux || darwin

package podman

import (
Expand Down
2 changes: 0 additions & 2 deletions dive/image/podman/resolver.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build linux || darwin

package podman

import (
Expand Down
33 changes: 0 additions & 33 deletions dive/image/podman/resolver_unsupported.go

This file was deleted.