tomaszmichalak commented on code in PR #3658:
URL: https://github.com/apache/bookkeeper/pull/3658#discussion_r1027694230


##########
RELEASING.md:
##########
@@ -0,0 +1,35 @@
+# Bookkeeper release guide

Review Comment:
   We use `latest` only in development locally. All public docker images have a 
specific tag name. If you plan to push the `latest` tag to the docker hub, then 
pointing to the latest released version is a good idea.
   
   1. Do you use semantic versioning?
   2. Do you release bug fixes to the previous releases (e.g. `4.14.x`)?
   3. How do you validate your docker images - when I used Docker Compose from 
`docker`, I found it not working with the latest Zookeeper. 
   
   Maybe you can:
   - build a Docker image from `Maven` using the 
`io.fabric8:docker-maven-plugin` plugin
   - execute the end-to-end tests in GH Actions with the specified Zookeeper 
version for all master branch merges
   - declare the Zookeeper version compatible with Bookkeeper somewhere in the 
documentation



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to