Update OSS package in Jobservice

1>update OSS package in Job eservice images
2>use new photon base images
This commit is contained in:
yixingj 2017-10-23 10:48:56 +08:00
parent 95743f9a81
commit 83a5ab2818

View File

@ -1,6 +1,8 @@
FROM library/photon:1.0
FROM vmware/photon:1.0-20170928
RUN mkdir /harbor/
RUN mkdir /harbor/ \
&& tdnf distro-sync -y \
&& tdnf clean all
COPY ./make/dev/jobservice/harbor_jobservice /harbor/
RUN chmod u+x /harbor/harbor_jobservice