apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
309 stars 126 forks source link

构建指定版本的broker和namesrv镜像失败 #138

Closed go-xmyang closed 1 year ago

go-xmyang commented 1 year ago

BUG REPORT

  1. Please describe the issue you observed:

cd images/namesrv/alpine ./build-namesrv-image.sh 4.9.3

  1. Please tell us about your environment: image
caigy commented 1 year ago

@go-xmyang The distribution package of RocketMQ 4.9.3 does not match rocketmq-all* pattern, which is compatible with other versions. You can use 4.9.4 LTS version to bypass this problem. Also, would you like to fix the dockerfile so that image of RocketMQ 4.9.3 can be built successfully?

go-xmyang commented 1 year ago

@caigy 好的,我很乐于尝试,如果修复了该问题,我会提交一个PR。

caigy commented 1 year ago

@go-xmyang Any updates?