This repository has been archived by the owner on May 17, 2023. It is now read-only.
Releases: vmware-archive/dependency-labeler
Releases · vmware-archive/dependency-labeler
deplab
Add pretty name to busybox metadata [#172341055] Signed-off-by: Debbie Chen <[email protected]>
deplab
1.4.0-build.5 Determine if docker image is based on busybox if it has /bin/ash [#17…
deplab
Add support to inspect kpack metadata [#172090193] Signed-off-by: Debbie Chen <[email protected]> Signed-off-by: Jeff Jun <[email protected]>
deplab
Remove the requirement for git flag [#170796162] Signed-off-by: Jason Smith <[email protected]>
deplab
Move char device test to rootfs - Add sample image with char device file [#171512873] Signed-off-by: Jason Smith <[email protected]>
deplab
Fix to support bitnami images [#171512873] Signed-off-by: Jason Smith <[email protected]>
deplab
Updated message to be more clear that metadata is not matching [#170698805] Signed-off-by: Iain Sproat <[email protected]>
deplab
Installing ca-certificates to allow pull of images [#170973705] Signed-off-by: Carlo Colombo <[email protected]>
deplab
deplab validates and corrects tags before export - if a tag has no suffix e.g. `foo`, then a suffix `latest` is added by default. e.g. `foo:latest` - if a tag is malformed, then an error is returned - integration tests provided - delegates behaviour to containerd [#170825838] Signed-off-by: Iain Sproat <[email protected]>
deplab
Buildpack metadata is added by deplab * reads from label io.buildpacks.build.metadata * integration tests provided * buildpack metadata and buildpack bom metadata is ordered alphabetically by id and name, respectively. * sha256 of json encoded metadata is calculated; this matches behaviour of dpkg and rpm lists * refactors Digest to common package; removes duplication from dpkg, rpm and cnb * adds integration test for inspect a scratch image * adds a scratch image test asset * created more tests for merge * amends documentation to better explain the revised behaviour of inspect [#170631159] Signed-off-by: Iain Sproat <[email protected]>