| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
2024-06-30 sysutils/container-diff: The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
|
|
|
|
| |
Obtained from: https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96
|
|
|
|
|
|
| |
- Convert to USES=go:modules
Changes: https://github.com/GoogleContainerTools/container-diff/releases
|
|
|
|
|
|
|
|
|
| |
Bump golang.org/x/sys dependency to a version new enough to support
riscv64-freebsd. Remove patch obsoleted through this change.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
Differential Revision: https://reviews.freebsd.org/D39043
|
|
|
|
|
|
|
|
| |
Import upstream patch to fix this error:
# github.com/GoogleContainerTools/container-diff/vendor/golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
Approved by: portmgr (build fix blanket)
|
|
|
|
|
|
|
| |
Changes: https://github.com/GoogleContainerTools/container-diff/releases
Notes:
svn path=/head/; revision=493781
|
|
|
|
|
|
|
| |
Changes: https://github.com/GoogleContainerTools/container-diff/releases
Notes:
svn path=/head/; revision=485338
|
|
|
|
|
|
|
| |
Changes: https://github.com/GoogleContainerTools/container-diff/releases
Notes:
svn path=/head/; revision=485261
|
|
|
|
|
|
|
|
|
|
|
| |
Ino is still uint32 for all versions of FreeBSD.
Reference: https://golang.org/src/syscall/ztypes_freebsd_386.go
https://golang.org/src/syscall/ztypes_freebsd_amd64.go
https://golang.org/src/syscall/ztypes_freebsd_arm.go
Notes:
svn path=/head/; revision=458955
|
|
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.
WWW: https://github.com/GoogleCloudPlatform/container-diff
Notes:
svn path=/head/; revision=458060
|