| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
deis/go-dev is no longer actively maintained.
A Go language development toolbox.
Some Azure projects use this Docker image as a standard build and test environment, but it is intended to be useful to any Go developer. Please help make deis/go-dev better by creating issues and submitting pull requests.
Mount your local Go code into a container's $GOPATH to run any go command or one of the included tools or scripts. Here's an example of running ginko for deis/builder:
$ docker run --rm \
--volume $GOPATH/src/github.com/deis/builder:/go/src/github.com/deis/builder \
--workdir /go/src/github.com/deis/builder \
quay.io/deis/go-dev:latest \
ginkgo -rThe latest deis/go-dev Docker image is available at:
docker pull mcr.microsoft.com/oss/azcu/go-dev:<tag>
Browse the go-dev index URL to see which tags are available.
docker pull quay.io/deis/go-dev
docker pull deis/go-dev
To publish a new release of deis/go-dev, use the deisrel tool:
$ deisrel release docker-go-dev v1.28.7
Doing a dry run of the component release...
Creating changelog for docker-go-dev with tag v1.28.6 through commit 1a69c5502ef1bca014fbd3581451d1421829a42f
### v1.28.6 -> v1.28.7
...If the CHANGELOG contents look correct, run the same command again but add the argument --dry-run=false. You will be prompted to confirm again before any tag or release is written to GitHub.
| Back | FazBrowse Home | New Git URL |