Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How should we build and publish the images for release versions of Beam?
    • Start with manually, as part of Beam release and automate it later.
  • Should it be a blocker for the release?
    • Should we make it part of the release and not mark release as complete until the images are published?
      • For first three release(v2.16 ~ v2.18), we can make it optional, and if all these release go well, we can make it mandatory part of the release(from v2.19).
    • Should it be done by the same release owner?
      • Yes, this document provides step by step guide about building, testing and pushing. In future, we can automate this process.
    • Should the validation be part of the release validation?
      • Yes, when we validate code base.

Docker images

LanguageSupported versionsDocker image name
Python


2.7python2.7
3.5python3.5
3.6python3.6
3.7python3.7
Java8java
11not available
Go1.12go

Commands

This section describes the commands that are used to build, publish, run tests and examples for the images.

...