From cf3b4e56a3aa676164dd91177eb0bda2e41dd130 Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Tue, 22 Jun 2021 14:02:05 -0400 Subject: [PATCH] Update README Signed-off-by: Pascal Andy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 119f0ec3..5dd0ab0d 100755 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ ## Advantages over the official Docker image : - [x] Dockerfile uses **multi-stage builds** -- [x] Trimmed `npm`, `yarn`, `npx`, `ghost cli` and friends in the final docker image +- [x] Multi platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 +- [x] CI/CD: extreme visibility on the build process. +- [x] Add`curl` to support `healthchecks` - [x] Use a better `config.production.json` **template**. -- [x] `curl` to support **`healthchecks`** - [x] **LABELS** based on the opencontainer standard -- [x] Greater control over the CI/CD #### Github Actions CI/CD :