Merge pull request #3476 from yixingjia/ossUpdateUI

Update UI image oss package to latest
This commit is contained in:
Daniel Jiang 2017-10-31 17:50:03 +08:00 committed by GitHub
commit f7b4218022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
FROM library/photon:1.0
RUN mkdir /harbor/
FROM vmware/photon:1.0
RUN tdnf distro-sync -y \
&& tdnf erase vim -y \
&& tdnf clean all \
&& mkdir /harbor/
COPY ./make/dev/ui/harbor_ui /harbor/
COPY ./src/ui/views /harbor/views