nielsbasjes commented on pull request #11245: URL: https://github.com/apache/flink/pull/11245#issuecomment-649561412
@azagrebin (Weird, cannot respond to your feedback regarding the comment with 'latest' directly...) I put the "over time" mention in because your application may work today but as soon as a new version is released or Scala 2.13 is added it will break in unexpected ways. How about this? ```# The 'latest' tag contains the latest released version of Flink for a specific Scala version. Do NOT use this in production as it will break your setup automatically when a new version is released.``` I still strongly believe we should simply NOT have the 'latest' tag at all and we should have docker images with SNAPSHOT versions which are pushed at the same time a SNAPSHOT build is pushed to maven. That would make this entire situation go away cleanly. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
