From 3041902f879b3e2e2eecfb91a6bc6135776d7dd3 Mon Sep 17 00:00:00 2001 From: Bertrand Lupart Date: Fri, 3 Nov 2023 16:48:48 +0100 Subject: [PATCH] Updated flowchart to reflect standard / slim image flavors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 536bffb..afda43d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Images are available on [Docker hub](https://hub.docker.com/r/pikelang/pike/tags ```mermaid graph LR -P[Pike release] --> D[Distribution package] --> I(((OCI Container Image))) +P[Pike release] --> D[Debian Distribution package] --> I(((OCI Container Image\nstandard flavor ))) +P[Pike release] --> A[Alpine Distribution package] --> Islim(((OCI Container Image\n-slim flavor ))) ``` # Quick start