From f01c0fd870b1a956830efe7d0f097fdc006b54ee Mon Sep 17 00:00:00 2001 From: yhua Date: Tue, 25 Oct 2016 16:10:56 +0800 Subject: [PATCH] fix nginx:1.9.0 remove 0 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6cd0054fd..52b5ffefa 100644 --- a/Makefile +++ b/Makefile @@ -270,7 +270,7 @@ package_offline: compile build modify_composefile $(DOCKERIMAGENAME_LOG):$(VERSIONTAG) \ $(DOCKERIMAGENAME_DB):$(VERSIONTAG) \ $(DOCKERIMAGENAME_JOBSERVICE):$(VERSIONTAG) \ - nginx:1.9.0 registry:2.5.0 + nginx:1.9 registry:2.5.0 @$(TARCMD) -zcvf harbor-offline-installer-$(VERSIONTAG).tgz \ --exclude=$(HARBORPKG)/common/db --exclude=$(HARBORPKG)/ubuntu \ @@ -358,5 +358,4 @@ clean: @echo " make cleanversiontag: cleanpackageremove specific version tag" @echo " make cleanpackage: remove online and offline install package" -all: install - +all: install \ No newline at end of file