emqxarchive / emqx-docker

This repository is no longer maintained, please go to https://github.com/emqx/emqx-rel/tree/master/deploy/docker
Apache License 2.0
235 stars 162 forks source link

the problem of images by "emqx30" branch #113

Closed WengangChen closed 5 years ago

WengangChen commented 5 years ago

in docker.sh , use image emqx/build-env:alpine3.8-${ARCH} to complie the code, but this image can not find in hub. the search result

WengangChen commented 5 years ago

maybe it should be changed to 3.9?

Rory-Z commented 5 years ago

You can use our develop branch to build the image

WengangChen commented 5 years ago

Oh, that means if I won't to use develop version, I need to use tagv3.0-beta.3 ?

the way to build images is changes from emqttd to emqx , but the lastest tag v3.0-beta.3 still use the old way to build images, why not release the new one ?

Rory-Z commented 5 years ago

We are now releasing the latest images to the docker hub so the project does not update the tag. If you need to build the image yourself, it is recommended that you build from the develop branch. If you are just getting the latest image, we recommend using docker pull emqx/emqx

WengangChen commented 5 years ago

=,= ok, I got it. thank.

In fact, i write a plugin for myself ,so I have to build by myself.

Rory-Z commented 5 years ago

Ok, I am going to close this issue now, if you need it, you can open it at any time.