Releases: reproducible-containers/diffoci
v0.1.5
What's Changed
- feat: implement treat-canonical-paths-equal flag by @thesayyn in #68
- feat: implement --ignore-tar-format flag by @thesayyn in #71
- Add scale factor for maxTarBlobSize etc. by @AkihiroSuda in #117
- Fix printing errors by @AkihiroSuda in #124
- Skip setting xattrs when running as non-root by @AkihiroSuda in #125
New Contributors
Full Changelog: v0.1.4...v0.1.5
Usage
# Basic
diffoci diff --semantic alpine:3.18.2 alpine:3.18.3
## Dump conflicting files to ~/diff
diffoci diff --semantic --report-dir=~/diff alpine:3.18.2 alpine:3.18.3
## Compare local Docker images
diffoci diff --semantic docker://foo docker://bar
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/reproducible-containers/diffoci/actions/runs/10415330814
The sha256sum of the SHA256SUMS file itself is b543a98a01e6096d6d0918f904c9a246d134e17fd85825052d8cc0eb1dcebf8a
.
v0.1.4
What's Changed
- Fixed the CI to make the binary release (missing in v0.1.3)
Full Changelog: v0.1.3...v0.1.4
Usage
# Basic
diffoci diff --semantic alpine:3.18.2 alpine:3.18.3
## Dump conflicting files to ~/diff
diffoci diff --semantic --report-dir=~/diff alpine:3.18.2 alpine:3.18.3
## Compare local Docker images
diffoci diff --semantic docker://foo docker://bar
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/reproducible-containers/diffoci/actions/runs/7020590202
The sha256sum of the SHA256SUMS file itself is 4c9b0acc014dda21eda50dd7bd687286ecca070eb1e3d5c177bc56221b31c9cc
.
v0.1.3
What's Changed
- Make platform errors less cryptic by @AkihiroSuda in #39
- Mark
report.json
experimental by @AkihiroSuda in #40
Full Changelog: v0.1.2...v0.1.3
Binaries are missing in this release due to an issue in the CI pipeline.
Will be fixed in the next release.
v0.1.2
Trivial changes: v0.1.1...v0.1.2
Usage
# Basic
diffoci diff --semantic alpine:3.18.2 alpine:3.18.3
## Dump conflicting files to ~/diff
diffoci diff --semantic --report-dir=~/diff alpine:3.18.2 alpine:3.18.3
## Compare local Docker images
diffoci diff --semantic docker://foo docker://bar
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/reproducible-containers/diffoci/actions/runs/6373718977
The sha256sum of the SHA256SUMS file itself is 9b886adf72aadb883f54b0fe7489ba8a3d7b512c765bfc258476dd1b8cab5340
.
v0.1.1
Changes
- Add an example of
golang:1.21-alpine3.18
(#6 )
Usage
# Basic
diffoci diff --semantic alpine:3.18.2 alpine:3.18.3
## Dump conflicting files to ~/diff
diffoci diff --semantic --report-dir=~/diff alpine:3.18.2 alpine:3.18.3
## Compare local Docker images
diffoci diff --semantic docker://foo docker://bar
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/reproducible-containers/diffoci/actions/runs/5962345212
The sha256sum of the SHA256SUMS file itself is 4b201043d7a23b48989ed87e3f5a31e7160e39bcd4159108a01b6bcbd7611424
.
v0.1.0
The initial release
Usage
# Basic
diffoci diff --semantic alpine:3.18.2 alpine:3.18.3
## Dump conflicting files to ~/diff
diffoci diff --semantic --report-dir=~/diff alpine:3.18.2 alpine:3.18.3
## Compare local Docker images
diffoci diff --semantic docker://foo docker://bar
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/reproducible-containers/diffoci/actions/runs/5945447532
The sha256sum of the SHA256SUMS file itself is 90d2cf743856b6a4452c398c36c7a33e9af2e1c250505512702b020d7f4e0733
.