mirror of
https://github.com/goharbor/harbor
synced 2025-05-05 15:03:53 +00:00
Update registry image oss package to latest
1>Change base image to vmware/photon 2>update oss pakcage and remove vim package.
This commit is contained in:
parent
5b2ececae8
commit
d173fd7256
@ -1,8 +1,11 @@
|
||||
FROM library/photon:1.0
|
||||
FROM vmware/photon:1.0
|
||||
|
||||
MAINTAINER wangyan@vmware.com
|
||||
|
||||
# The original script in the docker offical registry image.
|
||||
RUN tdnf distro-sync -y \
|
||||
&& tdnf erase vim -y \
|
||||
&& tdnf clean all
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod u+x /entrypoint.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user