Hi all, A couple questions to discuss:
1) Official Image Currently the docker image is hosted under `apache` docker hub account. However we can't mark the image as the official apache release because of apache releasing policy. Technically there isn't any official channel for releasing an official docker image. So the docker image is currently marked as "Non-official bookkeeper convenience binaries". We can consider following other projects are doing (e.g. flink <https://hub.docker.com/r/library/flink/>) - create an "official" docker repository managed by the Apache BK PMC and push docker images there. I'd like to know what are people's thoughts on this. [1] https://docs.docker.com/docker-hub/official_repos/ [2] https://github.com/docker-library/docs [3] https://flink.apache.org/news/2017/05/16/official-docker-image.html 2) Latest and Nightly Build. Using current approach, the latest build is effectively a build of latest release. If we want to support a docker image of latest master, how do we plan to do that? I know there are github issues created for this, but I don't see any discussions around that. I'd like to bring this on dev@ to see if we can move this forward. I also noticed that the auto build on docker hub keeps failing for 3 days. Is that expected? - Sijie