sijie commented on issue #949: Build Docker image from maven URL: https://github.com/apache/bookkeeper/pull/949#issuecomment-355637140 @ivankelly I don't think we should couple changing how current docker image is built together with BC tests. Because the workflow of publishing docker image is based on dockerhub autobuild, your change will break the workflow completely. > This removes the need to update the docker file after each release, as the image is automatically generated as part of the release process. Currently the docker image is autobuild under `apache` dockerhub account, which you can't make the image generation as part of the release process. If we want to change the docker image generation and release process, this has to go to a different topic, which there was already an email thread discussing that, but lack of efforts pushing forward. I would suggest not touching `docker` directory, if you want to generate a docker image for current master, make it part of `tests` for now. We should have a different story/BP discussing docker image generation, release and making it an official image.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
