1- # deis /go-dev
1+ # hephy /go-dev
22
3- [ ![ Build Status] ( https://github.com/deis /docker-go-dev/actions/workflows/docker-publish.yml/badge.svg )] ( https://quay.io/repository/deis /go-dev?tab= tags )
3+ [ ![ Build Status] ( https://github.com/teamhephy /docker-go-dev/actions/workflows/docker-publish.yml/badge.svg )] ( https://hub.docker.com/r/hephy /go-dev/ tags )
44
55A [ Go] [ ] language development toolbox.
66
7- Some Azure projects use this Docker image as a standard build and test environment,
8- but it is intended to be useful to any Go developer. Please help make deis/go-dev better by
7+ This image is intended to be useful to any Go developer. Please help make hephy/go-dev better by
98creating [ issues] [ ] and submitting [ pull requests] [ ] .
109
1110## Image Contents
1211
13- * based on [ Ubuntu 18.04] [ ]
14- * [ az] [ ] : Azure cloud command-line tool
15- * [ azcopy] [ ] : Utility for copying data to/from Microsoft Azure Blob and File storage
12+ * based on [ Ubuntu 20.04] [ ]
1613* [ delve] [ ] : debugger for the Go programming language
1714* [ Docker] [ ] : Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
1815* [ ginkgo] [ ] : BDD testing framework for Go
@@ -25,7 +22,6 @@ creating [issues][] and submitting [pull requests][].
2522* [ jwt] [ ] : tool for creating and parsing JSON Web Tokens
2623* [ k] [ ] : automatically run the correct version of ` kubectl ` every time
2724* [ kubectl] [ ] : Kubernetes command-line client
28- * [ Packer] [ ] : build automated machine images
2925* [ ruby] [ ] : ruby scripting language
3026* [ shellcheck] [ ] : static analysis for shell scripts
3127* [ shfmt] [ ] : shell script parser, formatter, and interpreter
@@ -39,37 +35,26 @@ creating [issues][] and submitting [pull requests][].
3935## Usage
4036
4137Mount your local Go code into a container's ` $GOPATH ` to run any ` go ` command or one of the
42- included tools or scripts. Here's an example of running ` ginko ` for deis /builder:
38+ included tools or scripts. Here's an example of running ` ginko ` for teamhephy /builder:
4339
4440``` console
4541$ docker run --rm \
46- --volume $GOPATH/src/github.com/deis /builder:/go/src/github.com/deis /builder \
47- --workdir /go/src/github.com/deis /builder \
48- quay.io/deis /go-dev:latest \
42+ --volume $GOPATH/src/github.com/teamhephy /builder:/go/src/github.com/teamhephy /builder \
43+ --workdir /go/src/github.com/teamhephy /builder \
44+ hephy /go-dev:latest \
4945 ginkgo -r
5046```
5147
5248## Releases
5349
54- The latest deis/go-dev Docker image is available at:
55-
56- * [ Microsoft Container Registry] [ ]
57- ```
58- docker pull mcr.microsoft.com/oss/azcu/go-dev:<tag>
59- ```
60- Browse the [ go-dev index URL] [ ] to see which tags are available.
61-
62- * [ Quay.io] [ ]
63- ```
64- docker pull quay.io/deis/go-dev
65- ```
50+ The latest hephy/go-dev Docker image is available at:
6651
6752* [ Docker Hub] [ ]
6853 ```
69- docker pull deis /go-dev
54+ docker pull hephy /go-dev
7055 ```
7156
72- To publish a new release of deis /go-dev, use the [ deisrel] [ ] tool:
57+ To publish a new release of hephy /go-dev, use the [ deisrel] [ ] tool:
7358
7459``` console
7560$ deisrel release docker-go-dev v1.28.7
@@ -86,36 +71,30 @@ If the CHANGELOG contents look correct, run the same command again but add the a
8671You will be prompted to confirm again before any tag or release is written to GitHub.
8772
8873
89- [ az ] : https://github.com/Azure/azure-cli#readme
90- [ azcopy ] : https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux?toc=%2fazure%2fstorage%2ffiles%2ftoc.json
91- [ deisrel ] : https://github.com/deis/deisrel
74+ [ deisrel ] : https://github.com/teamhephy/deisrel
9275[ delve ] : https://github.com/go-delve/delve
9376[ Docker Hub ] : https://hub.docker.com
9477[ Docker ] : http://www.docker.com
95- [ gen-changelog.sh ] : https://github.com/deis /docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh
78+ [ gen-changelog.sh ] : https://github.com/teamhephy /docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh
9679[ ginkgo ] : https://github.com/onsi/ginkgo
9780[ go-bindata ] : https://github.com/jteeuwen/go-bindata
9881[ Go ] : https://golang.org/
99- [ go-dev index URL ] : https://mcr.microsoft.com/v2/oss/azcu/go-dev/tags/list
10082[ golangci-lint ] : https://github.com/golangci/golangci-lint
10183[ goss ] : https://github.com/aelsabbahy/goss
10284[ gox ] : https://github.com/mitchellh/gox
10385[ helm ] : https://github.com/kubernetes/helm
104- [ issues ] : https://github.com/deis /docker-go-dev/issues
86+ [ issues ] : https://github.com/teamhephy /docker-go-dev/issues
10587[ jq ] : https://stedolan.github.io/jq/
10688[ jwt ] : https://github.com/dgrijalva/jwt-go
10789[ k ] : https://github.com/jakepearson/k
10890[ kubectl ] : https://kubernetes.io/docs/user-guide/kubectl-overview/
109- [ Microsoft Container Registry ] : https://github.com/microsoft/containerregistry
110- [ pull requests ] : https://github.com/deis/docker-go-dev/pulls
111- [ Quay.io ] : https://quay.io
112- [ Packer ] : https://github.com/hashicorp/packer
91+ [ pull requests ] : https://github.com/teamhephy/docker-go-dev/pulls
11392[ ruby ] : https://www.ruby-lang.org/
11493[ shellcheck ] : https://github.com/koalaman/shellcheck
11594[ shfmt ] : https://github.com/mvdan/sh
11695[ shyaml ] : https://github.com/0k/shyaml
117- [ test-cover.sh ] : https://github.com/deis /docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
118- [ Ubuntu 18 .04 ] : https://hub.docker.com/_/ubuntu/
96+ [ test-cover.sh ] : https://github.com/teamhephy /docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
97+ [ Ubuntu 20 .04 ] : https://hub.docker.com/_/ubuntu/
11998[ unzip ] : https://linux.die.net/man/1/unzip
12099[ upx ] : http://upx.sourceforge.net/
121100[ vim ] : http://www.vim.org/
0 commit comments