Merge pull request #3477 from yixingjia/ossUpdateRegistry

Update registry image oss package to latest
This commit is contained in:
yixingjia 2017-10-31 00:40:07 -07:00 committed by GitHub
commit 5e54f793e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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