Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 78afdd2

Browse files
vrothbergdlorenc
authored andcommitted
README: add references to RPM support (#160)
Signed-off-by: Valentin Rothberg <[email protected]>
1 parent e58fcf1 commit 78afdd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ container-diff is a tool for analyzing and comparing container images. container
99
- Docker Image History
1010
- Image file system
1111
- Apt packages
12+
- RPM packages
1213
- pip packages
1314
- npm packages
1415
These analyses can be performed on a single image, or a diff can be performed on two images to compare. The tool can help users better understand what is changing inside their images, and give them a better look at what their images contain.
@@ -43,6 +44,7 @@ To use `container-diff analyze` to perform analysis on a single image, you need
4344
container-diff analyze <img> [Run default analyzers]
4445
container-diff analyze <img> --type=history [History]
4546
container-diff analyze <img> --type=file [File System]
47+
container-diff analyze <img> --type=rpm [RPM]
4648
container-diff analyze <img> --type=pip [Pip]
4749
container-diff analyze <img> --type=apt [Apt]
4850
container-diff analyze <img> --type=node [Node]
@@ -57,6 +59,7 @@ To use container-diff to perform a diff analysis on two images, you need two Doc
5759
container-diff diff <img1> <img2> [Run default differs]
5860
container-diff diff <img1> <img2> --type=history [History]
5961
container-diff diff <img1> <img2> --type=file [File System]
62+
container-diff diff <img1> <img2> --type=rpm [RPM]
6063
container-diff diff <img1> <img2> --type=pip [Pip]
6164
container-diff diff <img1> <img2> --type=apt [Apt]
6265
container-diff diff <img1> <img2> --type=node [Node]

0 commit comments

Comments
 (0)