Versions Compared

Key

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

...


NamingTaggingExample
Snapshot imageslanguage + language_versionyyyymmdd_{status} in UTCgcr.io/apache-beam-testing/beam/sdk/snapshot/2019/08/20/java:20190820_verified
Release images

language + language_version

(Java and Go go without language version until we support multi versions.)

Beam release version

gcr.io/apache-beam-testing/beam/sdk/release/python2.7:2.10.1

gcr.io/apache-beam-testing/beam/sdk/release/java:2.10.1

Publication Schedule

...

Snapshot images

  • how do we publish the snapshots, what's the frequency?
    • automatic, when HEAD is built, nightly similar to maven snapshots, or manually?
  • when and how do we cleanup the snapshot images:
    • when you publish an image you have a new version/hash and still can use any previous versions. They take space and will count towards a quota. We need to clean them up periodically:
      • make it part of the publish job to look and delete the versions that are more than X days (or versions) old?

...