mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 20:34:58 +00:00
Merge pull request #3424 from yixingjia/ossJobservice
Update OSS package in Jobservice
This commit is contained in:
commit
844d3a7893
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user