summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-11-21 22:04:05 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-11-21 22:04:05 -0500
commit8f366f98c078d7cc031968f206b81e1c1e5b778f (patch)
tree75abebba907dea66f0be75ad965932ff77907d92
parent6a738772e1ef7530d1cac71f20298605285f4dc3 (diff)
misc minor updates
-rw-r--r--registry-browser/static/index.html6
-rwxr-xr-xteardown2
2 files changed, 4 insertions, 4 deletions
diff --git a/registry-browser/static/index.html b/registry-browser/static/index.html
index d6a2871..ff21690 100644
--- a/registry-browser/static/index.html
+++ b/registry-browser/static/index.html
@@ -172,14 +172,14 @@ Aarch64 Docker Registry</h1>
<h2>Overview and Instructions</h2>
-<p>This is a privately-run docker registry containing repositories of aarch64 images for use with Docker on aarch64 platforms hosted on CoreOS quay.io. Details, including instructions for pulling images, can be found by clicking on each image name.
+<p>This is a privately-run docker registry containing repositories of aarch64 images for use with Docker on aarch64 platforms.
<p>
Images may be pulled from this using the <code>docker pull</code> command:<br/><br/>
-<code>docker pull quay.io/linaro/<b><i>repository:tag</i></b></code><br/><br/>
+<code>docker pull docker-registry.linaro.org/<b><i>repository:tag</i></b></code><br/><br/>
i.e.<br/><br/>
-<code>docker pull quay.io/linaro/<b><i>centos:latest</i></b></code>
+<code>docker pull docker-registry.linaro.org/<b><i>centos:latest</i></b></code>
</p>
<!--
diff --git a/teardown b/teardown
index 19aa57f..8578c4e 100755
--- a/teardown
+++ b/teardown
@@ -1,6 +1,6 @@
#!/bin/bash
-containers="reverse-proxy portus docker-registry-v2 portus-database portus-crono"
+containers="reverse-proxy landing-site portus docker-registry-v2 portus-database portus-crono"
for cname in $containers
do