File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ creating [issues][] and submitting [pull requests][].
2626* [ jq] [ ] : command-line JSON processor
2727* [ jwt] [ ] : tool for creating and parsing JSON Web Tokens
2828* [ kubectl] [ ] : Kubernetes command-line client
29+ * [ Packer] [ ] : build automated machine images
2930* [ ruby] [ ] : ruby scripting language
3031* [ shellcheck] [ ] : static analysis for shell scripts
3132* [ shyaml] [ ] : YAML access from the command line
@@ -80,6 +81,7 @@ The latest deis/go-dev Docker image is available at:
8081[ kubectl ] : https://kubernetes.io/docs/user-guide/kubectl-overview/
8182[ pull requests ] : https://github.com/deis/docker-go-dev/pulls
8283[ Quay.io ] : https://quay.io
84+ [ Packer ] : https://github.com/hashicorp/packer
8385[ ruby ] : https://www.ruby-lang.org/
8486[ shellcheck ] : https://github.com/koalaman/shellcheck
8587[ shyaml ] : https://github.com/0k/shyaml
Original file line number Diff line number Diff line change 7575 github.com/jteeuwen/go-bindata/... \
7676 github.com/mitchellh/gox \
7777 github.com/onsi/ginkgo/ginkgo \
78+ github.com/hashicorp/packer \
7879 && curl -fsSLO https://github.com/alecthomas/gometalinter/releases/download/v${GOMETALINTER_VERSION}/gometalinter-${GOMETALINTER_VERSION}-linux-amd64.tar.gz \
7980 && tar xzvf gometalinter-${GOMETALINTER_VERSION}-linux-amd64.tar.gz --strip-components=1 -C /usr/local/bin \
8081 && ln -s /usr/local/bin/gometalinter /usr/local/bin/gometalinter.v2 \
You can’t perform that action at this time.
0 commit comments