Add a list of registries where the image is available.

This commit is contained in:
Abhilash Raj
2020-10-14 17:58:32 -07:00
committed by Abhilash Raj
parent eff14b43f4
commit 9d32d7a8fa

View File

@@ -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
================