Skip to content

Commit

Permalink
Updated flowchart to reflect standard / slim image flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrand-lupart authored Nov 3, 2023
1 parent a567d07 commit 3041902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3041902

Please sign in to comment.