Skip to content

Commit 52f9007

Browse files
authored
docs(README.md): list availability of container at MCR (#275)
1 parent 5bc4caa commit 52f9007

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ $ docker run --rm \
5252

5353
The latest deis/go-dev Docker image is available at:
5454

55+
* [Microsoft Container Registry][]
56+
```
57+
docker pull mcr.microsoft.com/oss/azcu/go-dev:<tag>
58+
```
59+
Browse the [go-dev index URL][] to see which tags are available.
60+
5561
* [Quay.io][]
5662
```
5763
docker pull quay.io/deis/go-dev
@@ -89,6 +95,7 @@ You will be prompted to confirm again before any tag or release is written to Gi
8995
[ginkgo]: https://github.com/onsi/ginkgo
9096
[go-bindata]: https://github.com/jteeuwen/go-bindata
9197
[Go]: https://golang.org/
98+
[go-dev index URL]: https://mcr.microsoft.com/v2/oss/azcu/go-dev/tags/list
9299
[golangci-lint]: https://github.com/golangci/golangci-lint
93100
[gox]: https://github.com/mitchellh/gox
94101
[helm]: https://github.com/kubernetes/helm
@@ -97,6 +104,7 @@ You will be prompted to confirm again before any tag or release is written to Gi
97104
[jwt]: https://github.com/dgrijalva/jwt-go
98105
[k]: https://github.com/jakepearson/k
99106
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl-overview/
107+
[Microsoft Container Registry]: https://github.com/microsoft/containerregistry
100108
[pull requests]: https://github.com/deis/docker-go-dev/pulls
101109
[Quay.io]: https://quay.io
102110
[Packer]: https://github.com/hashicorp/packer

0 commit comments

Comments
 (0)