Skip to content

Commit 2346e16

Browse files
committed
chore(registry): del quay.io
1 parent 3df949c commit 2346e16

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Build Status](https://travis-ci.org/drycc/registry.svg?branch=master)](https://travis-ci.org/drycc/registry)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/drycc/registry)](https://goreportcard.com/report/github.com/drycc/registry)
5-
[![Docker Repository on Quay](https://quay.io/repository/drycc/registry/status "Docker Repository on Quay")](https://quay.io/repository/drycc/registry)
65

76

87
Drycc (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage
@@ -43,7 +42,7 @@ To build a dev release of this image, you will also need a registry to hold the
4342
First, configure your environment to point to the registry location.
4443

4544
```console
46-
$ export DRYCC_REGISTRY=myregistry.com:5000 # or quay.io, if using Dockerhub, leave this unset
45+
$ export DRYCC_REGISTRY=myregistry.com:5000 # if using Dockerhub, leave this unset
4746
$ export IMAGE_PREFIX=youruser/ # if using Quay or Dockerhub
4847
```
4948

0 commit comments

Comments
 (0)