Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from jrasell/update-doc-links
Browse files Browse the repository at this point in the history
Update README and Dockerfile binary links based on v0.0.1 release.
  • Loading branch information
jrasell committed May 26, 2019
2 parents 88cdad6 + 937413b commit 082fecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN buildDeps=' \
' \
set -x \
&& apk --no-cache add $buildDeps ca-certificates \
&& wget -O sherpa https://github.com/jrasell/sherpa/releases/download/${SHERPA_VERSION}/sherpa-linux-amd64 \
&& wget -O sherpa https://github.com/jrasell/sherpa/releases/download/v0.0.1/sherpa_0.0.1_linux_amd64 \
&& chmod +x /usr/bin/sherpa \
&& apk del $buildDeps \
&& echo "Build complete."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sherpa is a job scaler for [HashiCorp Nomad](https://www.nomadproject.io/) and a

## Download & Install

* The Sherpa binary can be downloaded from the [GitHub releases page](https://github.com/jrasell/sherpa/releases) using `curl -L https://github.com/jrasell/sherpa/releases/download/0.0.1/sherpa-linux-amd64 -o sherpa`
* The Sherpa binary can be downloaded from the [GitHub releases page](https://github.com/jrasell/sherpa/releases) using `curl -L https://github.com/jrasell/sherpa/releases/download/v0.0.1/sherpa_0.0.1_linux_amd64 -o sherpa`

* A docker image can be found on [Docker Hub](https://hub.docker.com/r/jrasell/sherpa/), the latest version can be downloaded using `docker pull jrasell/sherpa`.

Expand Down

0 comments on commit 082fecf

Please sign in to comment.