You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now dive has --json switch but it only exports statistics. It would be very beneficial to be able to export each layer file changes to an output file or stdout for automated postprocessing.
For example in my case I need to setup automated validation of Docker images based on if they have some files added with specific extensions or not. If dive would provide ability to export the layers files to stdout or output file then I could postprocess it with either jq or plain grep..
The text was updated successfully, but these errors were encountered:
mgzenitech
changed the title
Would it be possible to add export of changed files to a file?
Would it be possible to add export of changed files to stdout/output file?
May 8, 2023
Right now
dive
has--json
switch but it only exports statistics. It would be very beneficial to be able to export each layer file changes to an output file or stdout for automated postprocessing.For example in my case I need to setup automated validation of Docker images based on if they have some files added with specific extensions or not. If dive would provide ability to export the layers files to stdout or output file then I could postprocess it with either
jq
or plain grep..The text was updated successfully, but these errors were encountered: