We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efa78d commit cf3b4e5Copy full SHA for cf3b4e5
README.md
@@ -32,11 +32,11 @@
32
## Advantages over the official Docker image :
33
34
- [x] Dockerfile uses **multi-stage builds**
35
-- [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
36
+- [x] CI/CD: extreme visibility on the build process.
37
+- [x] Add`curl` to support `healthchecks`
38
- [x] Use a better `config.production.json` **template**.
-- [x] `curl` to support **`healthchecks`**
39
- [x] **LABELS** based on the opencontainer standard
-- [x] Greater control over the CI/CD
40
41
#### Github Actions CI/CD :
42
0 commit comments