Skip to content

v0.3.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 17 Jul 19:54
· 28 commits to master since this release

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="ac8ec007bd18aac6a7cf94159b6794c472021b47c54d8253ec493b6fa15a7332"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-darwin-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - darwin
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="9fa8ed59317dfb8e7b634a6405c8766be9e863b16f9f6eaf9e7934e02161aec1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-darwin-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="035f69a1fe490e97c3119568c973266eabd122fba8c70d63dc2f664a0101361a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-freebsd-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="69042ec90ace32c0f63a2e33e9d3d7217f45a591293bcf904a67564e42d9b123"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-freebsd-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

linux

386 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="4a0415bc9c10c760b96e56cf11714e43535aa45ca266b34b302f1a7cc59403d6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="f3f2b3caaa312402dcb1503629bf5ada532d65d3ce549d21097f8ac911c29b12"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="616fceeaf18e52e79a017b592e58ba8587e7363bfe8bd196468632b5f3c17267"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-arm" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
arm64 - linux
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="2c8f0940efbea184786d10d564524bd37f9b4cb31b43b3277dca24984798857a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-linux-arm64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="ee3884ad8af5baadfd27a4ee016a1d75905b9e026a06a7f224a27dd94e70dcba"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-solaris-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h

windows

386 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="f3c70d60bc985b58645618690bb5b2a706726937645abe2b632eccebe258be3f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-windows-386" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h
amd64 - windows
# Export the sha256sum for verification.
$ export DOCKFMT_SHA256="a8ff3aa6b3069d508935c3473820b1ece5030e9d9be313664202c4178014dec7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/dockfmt/releases/download/v0.3.2/dockfmt-windows-amd64" -o "/usr/local/bin/dockfmt" \
	&& echo "${DOCKFMT_SHA256}  /usr/local/bin/dockfmt" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/dockfmt"

$ echo "dockfmt installed!"

# Run it!
$ dockfmt -h