diff --git a/Makefile b/Makefile index 8e808d4fd..b126a2316 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ package_offline: compile build modify_composefile @cp NOTICE $(HARBORPKG)/NOTICE @echo "pulling nginx and registry..." - @$(DOCKERPULL) registry:$(REGISTRYVERSION) + @$(DOCKERPULL) vmware/registry:$(REGISTRYVERSION) @$(DOCKERPULL) nginx:$(NGINXVERSION) @if [ "$(NOTARYFLAG)" = "true" ] ; then \ echo "pulling notary and harbor-notary-db..."; \