From d173fd7256caa2411e4686ce8c026bbbd174aac1 Mon Sep 17 00:00:00 2001 From: yixingj Date: Mon, 30 Oct 2017 11:06:48 +0800 Subject: [PATCH] Update registry image oss package to latest 1>Change base image to vmware/photon 2>update oss pakcage and remove vim package. --- make/photon/registry/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make/photon/registry/Dockerfile b/make/photon/registry/Dockerfile index a966eab30..e6e54394e 100644 --- a/make/photon/registry/Dockerfile +++ b/make/photon/registry/Dockerfile @@ -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