Skip to content

Commit f7117fc

Browse files
authored
feat: clarify alpine vs distroless Docker images for kratos (#1655)
1 parent 972019b commit f7117fc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/kratos/guides/docker.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ sidebar_label: Docker images
66

77
# Docker images
88

9-
## Supported tags and respective `Dockerfile` links
9+
Images are published on Docker Hub as [`oryd/kratos`](https://hub.docker.com/r/oryd/kratos) with these tags:
1010

11-
- [`latest`, `v0.8.0-alpha.1`, `v0.8.0`, `v0.8`, `v0`](https://github.com/ory/kratos/blob/master/.docker/Dockerfile-alpine)
11+
- [`latest`, `v1.1.0`, `v1.1`, `v1`](https://github.com/ory/kratos/blob/master/.docker/Dockerfile-alpine) (Alpine-based, with
12+
SQLite support)
13+
- [`v1.1.0-distroless`](https://github.com/ory/kratos/blob/master/.docker/Dockerfile-distroless-static) (distroless, no SQLite
14+
support)
1215

13-
## Image makeup
14-
15-
The `Kratos` Docker images use Alpine Linux as their base image and come with SQLite support built in.
16+
Supported architectures are `amd64`, `arm64`, `arm/v7`, `arm/v6`.
1617

1718
## Using the images
1819

0 commit comments

Comments
 (0)