mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
Update OSS package in Jobservice
1>update OSS package in Job eservice images 2>use new photon base images
This commit is contained in:
parent
95743f9a81
commit
83a5ab2818
@ -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/
|
COPY ./make/dev/jobservice/harbor_jobservice /harbor/
|
||||||
|
|
||||||
RUN chmod u+x /harbor/harbor_jobservice
|
RUN chmod u+x /harbor/harbor_jobservice
|
||||||
|
Loading…
Reference in New Issue
Block a user