---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb-platform--ydb.viewer.diplodoc.com/en/reference/docker/tags.md
  - https://ydb-platform--ydb.viewer.diplodoc.com/ru/reference/docker/tags.md
  - href: en/reference/docker/tags.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/core/reference/docker/tags.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb-platform--ydb.viewer.diplodoc.com/en/llms.txt

# Docker image `ydbplatform/local-ydb` tags naming

For the [ydbplatform/local-ydb](https://hub.docker.com/r/ydbplatform/local-ydb) Docker image, the following naming rules apply for tags:

| Tag Name                 | Description                                                                                                             |
|--------------------------|-------------------------------------------------------------------------------------------------------------------------|
| `latest`               | Corresponds to the most recent *stable* version of YDB tested on production clusters. Rebuilt for each new YDB release. |
| `edge`                 | A candidate for the next *stable* version, currently undergoing testing. Includes new features but may not be stable and thus unsuitable for production environments.  |
| `trunk`, `main`, `nightly` | The latest version of YDB from the main development branch. Includes all recent changes and is rebuilt nightly. Similarly to `edge`, it is not suitable for production environments.      |
| `XX.Y`                 | Corresponds to the latest minor version of YDB in a major release `XX.Y`, including all patches.                           |
| `XX.Y.ZZ`              | Corresponds to the YDB release version `XX.Y.ZZ`.                                                                    |
| `XX.Y-slim`, `XX.Y.ZZ-slim` | Compressed binaries of YDB (`ydbd` and `ydb`) with smaller image size but a slower startup. Uses [UPX](https://github.com/upx/upx). |
