Updates for docker-compose sources.

This commit is contained in:
kunw 2017-02-24 14:12:45 +08:00
parent abc2bcbf2a
commit 914255d6c2
2 changed files with 1 additions and 4 deletions

View File

@ -112,7 +112,7 @@ services:
syslog-address: "tcp://127.0.0.1:1514"
tag: "proxy"
nodeclarity:
image : reg-bj.eng.vmware.com/sharedrepo/node-clarity:0.8.0
image : danieljt/harbor-clarity-base:0.8.0
volumes:
- ../../src/ui/static/dist:/clarity-seed/dist
- ../../src/ui/static/app:/clarity-seed/src/app

View File

@ -1,8 +1,5 @@
FROM node:7.5.0
ENV http_proxy="http://proxy.vmware.com:3128"
ENV https_proxy="http://proxy.vmware.com:3128"
RUN git clone https://github.com/vmware/clarity-seed.git /clarity-seed
COPY index.html /clarity-seed