mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
482 B
Text
13 lines
482 B
Text
container-diff is a tool for analyzing and comparing container images.
|
|
|
|
container-diff can examine images along several different criteria, including:
|
|
- Docker Image History
|
|
- Image file system
|
|
- Apt packages
|
|
- pip packages
|
|
- npm packages
|
|
|
|
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.
|