File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ creating [issues][] and submitting [pull requests][].
2121* [ shellcheck] [ ] : static analysis for shell scripts
2222* [ test-cover.sh] [ ] : test coverage for multiple go packages
2323* [ upx] [ ] : executable packer
24+ * [ az] [ ] : Azure cloud command-line tool
2425* [ Docker] [ ] : Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
2526
2627## Usage
@@ -48,6 +49,7 @@ The latest deis/go-dev Docker image is available at:
4849 docker pull deis/go-dev
4950 ```
5051
52+ [ az ] : https://github.com/Azure/azure-cli#readme
5153[ Deis Workflow ] : https://deis.com/
5254[ Docker Hub ] : https://hub.docker.com
5355[ gen-changelog.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh
Original file line number Diff line number Diff line change 11FROM quay.io/deis/base:v0.3.6
22
3- ENV AZCLI_VERSION=2.0.10 \
3+ ENV AZCLI_VERSION=2.0.14 \
44 GO_VERSION=1.8.3 \
55 GLIDE_VERSION=v0.12.3 \
66 GLIDE_HOME=/root \
You can’t perform that action at this time.
0 commit comments