# emqx-builder **Repository Path**: worldking_admin/emqx-builder ## Basic Information - **Project Name**: emqx-builder - **Description**: 官网的docker版本 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 0214-nodejs-20-on-older-platforms - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-27 - **Last Updated**: 2025-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker images for building EMQX v5 or later packages This repo holds the Dockerfile and build scripts to build docker images which are used to build EMQX. The docker images are also pulled by a few other Erlang repos in the CI builds. https://github.com/emqx/erlang-rocksdb https://github.com/emqx/quic https://github.com/emqx/emqtt ## OTP repo https://github.com/emqx/otp.git EMQX uses a forked Erlang/OTP with the tag scheme `-N` where `N` is the build number which includes bug fixes to Erlang/OTP source code. For example: `OTP-24.1.5-1` ## Image tag scheme ``` ghcr.io/emqx/emqx-builder/:1.13.1-24.1.5-1-ubuntu20.04 ``` Where `BUILDER_GIT_TAG` is of scheme `4.4-1` for images to build EMQX 4.4.X and `5.0-1`, `5.0-2` for images to build EMQX 5.0.X. `1.13.1` and `24.1.5-1` are the Elixir and OTP version, respectively. Note that starting from 5.2, we no longer track EMQX versions in the image tag scheme. i.e. `emqx-builder:5.2` does not mean it's only intended to build EMQX 5.2.