Skip to content

Releases: reproducible-containers/diffoci

v0.1.5

16 Aug 05:57
v0.1.5
2b45a09
Compare
Choose a tag to compare

What's Changed

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

28 Nov 15:21
v0.1.4
629c220
Compare
Choose a tag to compare

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

28 Nov 14:55
v0.1.3
bfbfeb8
Compare
Choose a tag to compare

What's Changed

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

01 Oct 22:27
v0.1.2
6ff203b
Compare
Choose a tag to compare

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

24 Aug 10:14
v0.1.1
34468fc
Compare
Choose a tag to compare

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

23 Aug 00:36
v0.1.0
623c36d
Compare
Choose a tag to compare

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 .