mirror of
https://github.com/goharbor/harbor
synced 2025-04-12 20:34:39 +00:00
Merge pull request #3476 from yixingjia/ossUpdateUI
Update UI image oss package to latest
This commit is contained in:
commit
f7b4218022
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user