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
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Starting diff on images file1.tar and file2.tar, using differs: [file]
277
+
Retrieving image file2.tar from source Tar Archive
278
+
Retrieving image file1.tar from source Tar Archive
279
+
Computing diffs
280
+
281
+
-----File-----
282
+
283
+
These entries have been added to file1.tar: None
284
+
285
+
These entries have been deleted from file1.tar: None
286
+
287
+
These entries have been changed between file1.tar and file2.tar:
288
+
FILE SIZE1 SIZE2
289
+
/go/src/app/file.txt 30B 30B
290
+
291
+
Computing filename diffs
292
+
293
+
-----Diff of go/src/app/file.txt-----
294
+
295
+
296
+
--- file1.tar
297
+
+++ file2.tar
298
+
@@ -1 +1 @@
299
+
-This is file 1
300
+
This is a file
301
+
+This is file 2
302
+
This is a file
303
+
```
304
+
268
305
## Example Run with JSON post-processing
269
306
The following example demonstrates how one might selectively display the output of their diff, such that version differences are ignored and only package absence/presence is displayed and the packages present in only one image are sorted by size in descending order. A small piece of the JSON being post-processed can be seen below:
0 commit comments