Skip to content

Commit 4e561c7

Browse files
committed
chore(registry): del quay.io
1 parent 2b4ede5 commit 4e561c7

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# drycc/go-dev
22

3-
[![Build Status](https://travis-ci.org/drycc/docker-go-dev.svg?branch=master)](https://travis-ci.org/drycc/docker-go-dev) [![Docker Repository on Quay](https://quay.io/repository/drycc/go-dev/status "Docker Repository on Quay")](https://quay.io/repository/drycc/go-dev)
4-
53
A [Go][] language development toolbox.
64

75
Many [Drycc Workflow][] components use this Docker image as a standard build and test environment,
@@ -47,17 +45,12 @@ included tools or scripts. Here's an example of running `glide up` for drycc/bui
4745
$ docker run --rm \
4846
--volume $GOPATH/src/github.com/drycc/builder:/go/src/github.com/drycc/builder \
4947
--workdir /go/src/github.com/drycc/builder \
50-
quay.io/drycc/go-dev:latest \
48+
drycc/go-dev \
5149
glide up
5250
```
5351

5452
The latest drycc/go-dev Docker image is available at:
5553

56-
* [Quay.io][]
57-
```
58-
docker pull quay.io/drycc/go-dev
59-
```
60-
6154
* [Docker Hub][]
6255
```
6356
docker pull drycc/go-dev
@@ -87,7 +80,6 @@ The latest drycc/go-dev Docker image is available at:
8780
[k]: https://github.com/jakepearson/k
8881
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl-overview/
8982
[pull requests]: https://github.com/drycc/docker-go-dev/pulls
90-
[Quay.io]: https://quay.io
9183
[Packer]: https://github.com/hashicorp/packer
9284
[ruby]: https://www.ruby-lang.org/
9385
[shellcheck]: https://github.com/koalaman/shellcheck

0 commit comments

Comments
 (0)