v0.14.0 Release
- Enhancement - save to file #279
- Fixed concurrent map write in image diffing #278
- Adding custom cache envar and command line argument #274
- Split lines prior to diffing #272
- Move all image processing logic into utils, and expose publically #270
- Enhancement - save to file #279
- Fixed concurrent map write in image diffing #278
- Adding custom cache envar and command line argument #274
- Split lines prior to diffing #272
- Move all image processing logic into utils, and expose publically #270
Special thanks to all of our contributors!
Vanessa Sochat (@vsoch)
Brian de Alwis (@briandealwis)
Antoine Pourchet (@apourchet)
Aaron Prindle (@aaron-prindle)
Distribution
container-diff is distributed in binary form for Linux, OSX, and Windows systems for the v0.14.0 release. Binaries are available on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -LO https://storage.googleapis.com/container-diff/v0.14.0/container-diff-darwin-amd64 && mv container-diff-darwin-amd64 container-diff && chmod +x container-diff && sudo mv container-diff /usr/local/bin/
Feel free to leave off the sudo mv container-diff /usr/local/bin
if you would like to add container-diff to your path manually.
Linux
curl -LO https://storage.googleapis.com/container-diff/v0.14.0/container-diff-linux-amd64 && mv container-diff-linux-amd64 container-diff && chmod +x container-diff && sudo mv container-diff /usr/local/bin/
Feel free to leave off the sudo mv container-diff /usr/local/bin
if you would like to add container-diff to your path manually.
Windows
Download the container-diff-windows-amd64.exe
file, and rename it to container-diff.exe
and add it to your path.
Usage
Documentation is available here