mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 08:38:03 +01:00
fix some typo
This commit is contained in:
parent
7a66c2cf6e
commit
8c42d0a75d
8
Makefile
8
Makefile
@ -25,7 +25,7 @@
|
|||||||
#
|
#
|
||||||
# package_online:
|
# package_online:
|
||||||
# prepare online install package
|
# prepare online install package
|
||||||
# for example: make package_online -e DEVFLAG=flase\
|
# for example: make package_online -e DEVFLAG=false\
|
||||||
# REGISTRYSERVER=reg-bj.eng.vmware.com \
|
# REGISTRYSERVER=reg-bj.eng.vmware.com \
|
||||||
# REGISTRYPROJECTNAME=harborrelease
|
# REGISTRYPROJECTNAME=harborrelease
|
||||||
#
|
#
|
||||||
@ -33,13 +33,13 @@
|
|||||||
# prepare offline install package
|
# prepare offline install package
|
||||||
#
|
#
|
||||||
# pushimage: push Harbor images to specific registry server
|
# pushimage: push Harbor images to specific registry server
|
||||||
# for example: make pushimage -e DEVFLAG=flase REGISTRYUSER=admin \
|
# for example: make pushimage -e DEVFLAG=false REGISTRYUSER=admin \
|
||||||
# REGISTRYPASSWORD=***** \
|
# REGISTRYPASSWORD=***** \
|
||||||
# REGISTRYSERVER=reg-bj.eng.vmware.com/ \
|
# REGISTRYSERVER=reg-bj.eng.vmware.com/ \
|
||||||
# REGISTRYPROJECTNAME=harborrelease
|
# REGISTRYPROJECTNAME=harborrelease
|
||||||
# note**: need add "/" on end of REGISTRYSERVER. If not setting \
|
# note**: need add "/" on end of REGISTRYSERVER. If not setting \
|
||||||
# this value will push images directly to dockerhub.
|
# this value will push images directly to dockerhub.
|
||||||
# make pushimage -e DEVFLAG=flase REGISTRYUSER=vmware \
|
# make pushimage -e DEVFLAG=false REGISTRYUSER=vmware \
|
||||||
# REGISTRYPASSWORD=***** \
|
# REGISTRYPASSWORD=***** \
|
||||||
# REGISTRYPROJECTNAME=vmware
|
# REGISTRYPROJECTNAME=vmware
|
||||||
#
|
#
|
||||||
@ -63,7 +63,7 @@
|
|||||||
# files with specific TAG.
|
# files with specific TAG.
|
||||||
# By default DEVFLAG=true, if you want to release new version of Harbor, \
|
# By default DEVFLAG=true, if you want to release new version of Harbor, \
|
||||||
# should setting the flag to false.
|
# should setting the flag to false.
|
||||||
# make XXXX -e DEVFLAG=flase
|
# make XXXX -e DEVFLAG=false
|
||||||
|
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
BUILDPATH=$(CURDIR)
|
BUILDPATH=$(CURDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user