chore: add a comment to build script
This commit is contained in:
parent
5f76d56cda
commit
d4cf6d5261
4
build
4
build
|
@ -367,7 +367,9 @@ docker_cleanup() {
|
|||
rm -f ./.dockerignore >/dev/null
|
||||
}
|
||||
|
||||
## This function builds the default docker image based on debian 11
|
||||
## Build the default docker image based on debian 11.
|
||||
## NOTE: docker image build in github action does not call this
|
||||
## function, see build_and_push_docker_images.yaml
|
||||
make_docker() {
|
||||
EMQX_BUILDER="${EMQX_BUILDER:-${EMQX_DEFAULT_BUILDER}}"
|
||||
EMQX_RUNNER="${EMQX_RUNNER:-${EMQX_DEFAULT_RUNNER}}"
|
||||
|
|
Loading…
Reference in New Issue