From 1a390c02602829b86d560475f1aab730a9cec5f5 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 19 Jun 2023 11:40:25 +0200 Subject: [PATCH 1/3] Version tag comment --- docker-compose-mysql.yaml | 4 ++-- docker-compose-postorius.yaml | 6 +++--- docker-compose.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose-mysql.yaml b/docker-compose-mysql.yaml index bc739b7..269cd72 100644 --- a/docker-compose-mysql.yaml +++ b/docker-compose-mysql.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:0.4 + image: maxking/mailman-core:0.4 # Use a specific version tag (tag latest is not published) container_name: mailman-core hostname: mailman-core volumes: @@ -23,7 +23,7 @@ services: mailman: mailman-web: - image: maxking/mailman-web:0.4 + image: maxking/mailman-web:0.4 # Use a specific version tag (tag latest is not published) container_name: mailman-web hostname: mailman-web depends_on: diff --git a/docker-compose-postorius.yaml b/docker-compose-postorius.yaml index 64f0af2..3bcfff7 100644 --- a/docker-compose-postorius.yaml +++ b/docker-compose-postorius.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:0.4 + image: maxking/mailman-core:0.4 # Use a specific version tag (tag latest is not published) container_name: mailman-core hostname: mailman-core volumes: @@ -23,7 +23,7 @@ services: mailman: mailman-web: - image: maxking/postorius:0.4 + image: maxking/postorius:0.4 # Use a specific version tag (tag latest is not published) container_name: mailman-web hostname: mailman-web depends_on: @@ -63,4 +63,4 @@ networks: driver: default config: - - subnet: 172.19.199.0/24 \ No newline at end of file + subnet: 172.19.199.0/24 diff --git a/docker-compose.yaml b/docker-compose.yaml index edb0290..58d1d78 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:0.4 + image: maxking/mailman-core:0.4 # Use a specific version tag (tag latest is not published) container_name: mailman-core hostname: mailman-core volumes: @@ -24,7 +24,7 @@ services: mailman: mailman-web: - image: maxking/mailman-web:0.4 + image: maxking/mailman-web:0.4 # Use a specific version tag (tag latest is not published) container_name: mailman-web hostname: mailman-web depends_on: From 9c84b4030a051d462f5360e96b525ed7aa1891a3 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 19 Jun 2023 18:59:41 +0200 Subject: [PATCH 2/3] Version tag comment in Readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6378993..9e771b8 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,7 @@ Releases will follow the following rules: ## Container Registries - -The container images are available from multiple container registries: +The container images are available from multiple container registries. Do specify an [explicit version tag](https://hub.docker.com/r/maxking/mailman-web/tags?page=1&ordering=last_updated&name=0.) (e.g. `0.4`) as tag `latest` is **not** updated anymore. ### Mailman Core From 4dcba2362a56ebd5bab7519b42996684164cedea Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Mon, 19 Jun 2023 19:52:23 -0700 Subject: [PATCH 3/3] Added minor suggestions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e771b8..c5988de 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Releases will follow the following rules: ## Container Registries -The container images are available from multiple container registries. Do specify an [explicit version tag](https://hub.docker.com/r/maxking/mailman-web/tags?page=1&ordering=last_updated&name=0.) (e.g. `0.4`) as tag `latest` is **not** updated anymore. +The container images are available from multiple container registries. Do specify an [explicit version tag](https://hub.docker.com/r/maxking/mailman-web/tags?page=1&ordering=last_updated&name=0.) (e.g. `0.4.5` , MAJOR.MINOR like `0.4` also works as floating tag pointing to latest patch version) as tag `latest` is **not** updated anymore. ### Mailman Core