housepower / clickhouse_sinker

Easily load data from kafka to ClickHouse
https://housepower.github.io/clickhouse_sinker
Apache License 2.0
518 stars 118 forks source link

Docker images 1.9 missing #130

Closed josepowera closed 3 years ago

josepowera commented 3 years ago

We see "Don't release docker images since building is fragile." in 1.9.0 release changelog. Last released public docker image is v1.8.14

Is there any special reason to not have public docker images or just flaky building process?

yuzhichang commented 3 years ago

flaky building process. goreleaser container spec is complex, and pulling images from hub.docker.com often fail due to rate limit. PR is welcome to improve this process.