summaryrefslogtreecommitdiff
path: root/sysutils/container-diff/pkg-descr
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-30 13:02:14 +0200
committerRene Ladan <rene@FreeBSD.org>2024-06-30 13:02:14 +0200
commit8ae2a04a6fb396457795d5d9cbc0b8d7d376f21e (patch)
treec55f34a312443ccce6485ef6cea358f85ca5dd91 /sysutils/container-diff/pkg-descr
parentwww/itop: Remove expired port (diff)
sysutils/container-diff: Remove expired port
2024-06-30 sysutils/container-diff: The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
Diffstat (limited to 'sysutils/container-diff/pkg-descr')
-rw-r--r--sysutils/container-diff/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/container-diff/pkg-descr b/sysutils/container-diff/pkg-descr
deleted file mode 100644
index 08e39fe8862b..000000000000
--- a/sysutils/container-diff/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-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.