Skip to content

Commit ab05287

Browse files
committed
chore(registry): del quay.io
1 parent 1a030a1 commit ab05287

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHORT_NAME ?= $(COMPONENT)
66

77
include versioning.mk
88

9-
SHELLCHECK_PREFIX := docker run -v ${CURDIR}:/workdir -w /workdir quay.io/drycc/go-dev:v0.22.0 shellcheck
9+
SHELLCHECK_PREFIX := docker run -v ${CURDIR}:/workdir -w /workdir drycc/go-dev shellcheck
1010
SHELL_SCRIPTS = $(wildcard rootfs/bin/*) $(shell find "rootfs" -name '*.sh') $(wildcard _scripts/*.sh)
1111

1212
# Test processes used in quick unit testing

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
[![Build Status](https://travis-ci.org/drycc/controller.svg?branch=master)](https://travis-ci.org/drycc/controller)
55
[![codecov.io](https://codecov.io/github/drycc/controller/coverage.svg?branch=master)](https://codecov.io/github/drycc/controller?branch=master)
6-
[![Docker Repository on Quay](https://quay.io/repository/drycc/controller/status "Docker Repository on Quay")](https://quay.io/repository/drycc/controller)
76

87
Drycc (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
98

@@ -56,15 +55,13 @@ Also, since this component is central to the platform, it's recommended that you
5655

5756
* `DRYCC_REGISTRY` - A Docker registry that you have push access to and your Kubernetes cluster can pull from
5857
* If this is [Docker Hub](https://hub.docker.com/), leave this variable empty
59-
* Otherwise, ensure it has a trailing `/`. For example, if you're using [Quay.io](https://quay.io), use `quay.io/`
6058
* `IMAGE_PREFIX` - The organization in the Docker repository. This defaults to `drycc`, but if you don't have access to that organization, set this to one you have push access to.
6159
* `SHORT_NAME` (optional) - The name of the image. This defaults to `controller`
6260
* `VERSION` (optional) - The tag of the Docker image. This defaults to the current Git SHA (the output of `git rev-parse --short HEAD`)
6361

6462
Then, run `make deploy` to build and push a new Docker image with your changes and replace the existing one with your new one in the Kubernetes cluster. See below for an example with appropriate environment variables.
6563

6664
```console
67-
export DRYCC_REGISTRY=quay.io/
6865
export IMAGE_PREFIX=arschles
6966
make deploy
7067
```

charts/controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ global:
4646
#
4747
# Valid values are:
4848
# - on-cluster: Run registry within the Kubernetes cluster
49-
# - off-cluster: Use registry outside the Kubernetes cluster (example: dockerhub,quay.io,self-hosted)
49+
# - off-cluster: Use registry outside the Kubernetes cluster (example: dockerhub,self-hosted)
5050
registry_location: "on-cluster"
5151
# The host port to which registry proxy binds to
5252
registry_proxy_port: 5555

0 commit comments

Comments
 (0)