From 9d32d7a8fa6f8cc6a98289ce1b1555cd2fa2ba40 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 14 Oct 2020 17:58:32 -0700 Subject: [PATCH] Add a list of registries where the image is available. --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 4bb796a..9c62331 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Table of Contents * [GNU Mailman 3 Deployment with Docker](#gnu-mailman-3-deployment-with-docker) * [Release](#release) + * [Container Registries](#container-registries) * [Rolling Releases](#rolling-releases) * [Dependencies](#dependencies) * [Configuration](#configuration) @@ -70,6 +71,30 @@ Releases will follow the following rules: bugfix releases for the internal components or both. +Container Registries +========================= + +The container images are available from multiple container registries: + +Mailman Core +-------------- +- `ghcr.io/maxking/mailman-core` +- `quay.io/maxking/mailman-core` +- `docker.io/maxking/mailman-core` + +Mailman Web +------------ +- `ghcr.io/maxking/mailman-web` +- `quay.io/maxking/mailman-web` +- `docker.io/maxking/mailman-web` + +Postorius +---------- +- `ghcr.io/maxking/postorius` +- `quay.io/maxking/postorius` +- `docker.io/maxking/postorius` + + Rolling Releases ================