File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 49
49
## Compare local Docker images
50
50
diffoci diff --semantic docker://foo docker://bar
51
51
\`\`\`
52
- ## About the files
53
52
- - -
54
53
The binaries were built automatically on GitHub Actions.
55
54
The build log is available for 90 days: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ File usr/lib/ossl-modules/legacy.so 5b677eca0c3a3ac53c1a49fbac49534ea28
29
29
```
30
30
31
31
## Installation
32
+ ### Binary
33
+ Binaries are available for Linux and macOS: https://github.com/reproducible-containers/diffoci/releases
34
+
35
+ ### Source
32
36
Needs Go 1.21 or later.
33
37
``` bash
34
38
go install github.com/reproducible-containers/diffoci/cmd/diffoci@latest
You can’t perform that action at this time.
0 commit comments