dlayer
dlayer copied to clipboard
dlayer is docker layer analyzer.
``` [marius@fedora Projects]$ podman pull alpine:latest Resolved "alpine" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull docker.io/library/alpine:latest... Getting image source signatures Copying blob f56be85fc22e skipped: already exists Copying config 9ed4aefc74 done...
This just does the bare minimum to add a search function (#10) A lot of things are missing: - only exact match, no support for inexact matches (substring, glob, regex,...
I have a Docker image. There is some path in it (let's call it `/usr/bin/foo`), but I'm not sure which command in the Dockerfile added that path. I found a...
Would you be open to having a JSON output option for dlayer? Would make it easier to get a list of files in a specific layer in a way that...
Well I figured out what the issue was, just trying to run without a terminal via the docker image. Thought I'd submit this still in case this example could help...
```console $ docker image save ghcr.io/so/training/pipeline_tools:latest -o /tmp/img.tar $ echo $? 0 $ dlayer -f /tmp/img.tar -n 1000 -d 10 $ echo $? 0 ``` Maybe similar to this issue...