Update UI image oss package to latest

Update base image to photon
Remove vim from the image
This commit is contained in:
yixingj 2017-10-30 10:56:18 +08:00
parent 5b2ececae8
commit c4024f03a1

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