summaryrefslogtreecommitdiff
path: root/registry-browser/Dockerfile
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-11-02 15:58:05 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-11-02 15:58:05 -0500
commit6b45d5bd2ecfb653941886d50de9e9bff9e569bd (patch)
tree38c5e5c4858f97f2950ca95ac88d6af8eb0eb064 /registry-browser/Dockerfile
parent6e1e05f04a558e0e73f1f5ed20bba77da4e144ab (diff)
Enable support for a quay.io registry
Diffstat (limited to 'registry-browser/Dockerfile')
-rw-r--r--registry-browser/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry-browser/Dockerfile b/registry-browser/Dockerfile
index 2116367..0e4453c 100644
--- a/registry-browser/Dockerfile
+++ b/registry-browser/Dockerfile
@@ -26,7 +26,7 @@ WORKDIR /goproj/src/linaro.org/docker-registry-browser
RUN go install .
# Run the golang server app when the container starts.
-ENTRYPOINT /goproj/bin/docker-registry-browser -registry=https://registry:5000
+ENTRYPOINT /goproj/bin/docker-registry-browser -type=quay.io -namespace=linaro -registry=https://quay.io
# Document that the service listens on port 80
EXPOSE 80