This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ creating [issues][] and submitting [pull requests][].
3939* [ upx] [ ] : executable packer
4040* [ vim] [ ] : text editor
4141* [ wamerican] [ ] : American English dictionary words for /usr/share/dict
42+
4243## Usage
4344
4445Mount your local Go code into a container's ` $GOPATH ` to run any ` go ` command or one of the
@@ -52,6 +53,8 @@ $ docker run --rm \
5253 glide up
5354```
5455
56+ ## Releases
57+
5558The latest deis/go-dev Docker image is available at:
5659
5760* [ Quay.io] [ ]
@@ -64,8 +67,26 @@ The latest deis/go-dev Docker image is available at:
6467 docker pull deis/go-dev
6568 ```
6669
70+ To publish a new release of deis/go-dev, use the [ deisrel] [ ] tool:
71+
72+ ``` console
73+ $ deisrel release docker-go-dev v1.28.7
74+ Doing a dry run of the component release...
75+
76+ Creating changelog for docker-go-dev with tag v1.28.6 through commit 1a69c5502ef1bca014fbd3581451d1421829a42f
77+
78+
79+ ### v1.28.6 -> v1.28.7
80+ ...
81+ ```
82+
83+ If the CHANGELOG contents look correct, run the same command again but add the argument ` --dry-run=false ` .
84+ You will be prompted to confirm again before any tag or release is written to GitHub.
85+
86+
6787[ az ] : https://github.com/Azure/azure-cli#readme
6888[ azcopy ] : https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux?toc=%2fazure%2fstorage%2ffiles%2ftoc.json
89+ [ deisrel ] : https://github.com/deis/deisrel
6990[ delve ] : https://github.com/derekparker/delve
7091[ dep ] : https://github.com/golang/dep
7192[ Docker Hub ] : https://hub.docker.com
You can’t perform that action at this time.
0 commit comments