From 199f04dd697f1650576c932157cd8ab54ca139ee Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 15 Jul 2020 08:56:13 -0700 Subject: [PATCH] Adding Ruflin's table to README (#142) --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd3be28def..fe852150f0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,20 @@ This is a storage repository for the packages served through the [package regist It contains 3 branches with the packages for the different environments: -* production -* staging * snapshot +* staging +* production + +Here's how these branches relate to repositories and other aspects of packages. + +| | Snapshot | Staging | Production | +|------------------- |------------------------- |------------------------ |----------------------- | +| URL | epr-snapshot.elastic.co | epr-staging.elastic.co | epr.elastic.co | +| Add package | Commit | Commit | PR | +| Version overwrite | yes | if needed | no | +| Stack Version | *-SNAPSHOT | *-SNAPSHOT | Released (candidates) | +| Registry Version | fixed version | Stable release | Stable release | +| Branch | snapshot | staging | production | +| Packages | snapshot+staging+prod | staging+production | production | +| Release | Automated | Automated | Manual | +| Docker image | snapshot | staging | production |