Skip to content

Commit 66b54d8

Browse files
author
CecileRobertMichon
committed
add packer
1 parent d90e000 commit 66b54d8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ RUN \
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 \

0 commit comments

Comments
 (0)