Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

v0.2.0 Release

Compare
Choose a tag to compare
@cftorres cftorres released this 17 Aug 22:38
· 530 commits to master since this release

Distribution

container-diff is distributed in binary form for Linux, OSX, and Windows systems for the v0.2.0 release. Binaries are available on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

MACOS

curl -LO https://storage.googleapis.com/container-diff/v0.2.0/container-diff-amd64-darwin && mv container-diff-amd64-darwin 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.2.0/container-diff-amd64-linux && mv container-diff-amd64-linux 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-amd64-windows.exe file, and rename it to container-diff.exe and add it to your path.

Usage

Documentation is available here