mirror of
https://github.com/goharbor/harbor
synced 2025-05-15 06:59:30 +00:00
Updates for docker-compose sources.
This commit is contained in:
parent
abc2bcbf2a
commit
914255d6c2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user