Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Jul 5, 2024
1 parent 22ec281 commit 8605326
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,17 @@ package_offline: update_prepare_version compile build
@cp LICENSE $(HARBORPKG)/LICENSE

@echo "saving harbor docker image"
@echo "list docker images"
@docker images
@echo "end of list docker images"
@echo $(DOCKERSAVE_PARA)
@echo "end of print docker save params"
@$(DOCKERSAVE) $(DOCKERSAVE_PARA) > $(HARBORPKG)/$(DOCKERIMGFILE).$(VERSIONTAG).tar
@echo "111"
@gzip $(HARBORPKG)/$(DOCKERIMGFILE).$(VERSIONTAG).tar

@echo "222"
@$(TARCMD) $(PACKAGE_OFFLINE_PARA)
@echo "333"
@rm -rf $(HARBORPKG)
@echo "Done."

Expand Down

0 comments on commit 8605326

Please sign in to comment.