# Debian

[Source files](https://github.com/bfren/docker-debian) (GitHub)\
[Container images](https://hub.docker.com/r/bfren/debian) (Docker Hub)

## Acknowledgements

[Debian Slim](https://hub.docker.com/_/debian) is a cut-down distribution of [Debian](https://www.debian.org) designed specifically for use in containers.

[esh](https://github.com/jirutka/esh) is a lightweight templating engine using POSIX-compatible syntax.

## Tags

*x.x and x.x.x refer to the bfren image versions.*

<table><thead><tr><th width="209.49763033175356">Debian Version</th><th>Tags</th></tr></thead><tbody><tr><td>10 (buster)</td><td>debian10, debian10-x, debian10-x.x, debian10-x.x.x</td></tr><tr><td>11 (bullseye)</td><td>debian11, debian11-x, debian11-x.x, debian11-x.x.x</td></tr><tr><td>12 (bookworm)</td><td>debian12, debian12-x, debian12-x.x, debian12-x.x.x</td></tr><tr><td>sid</td><td>debiansid, debiansid-x, debiansid-x.x, debiansid-x.x.x</td></tr></tbody></table>

In addition, you can add `-dev` and `-beta` suffixes to access development / test builds (see Docker Hub for further details).

## Environment Variables, Packages, Cron & Templating

See [Alpine](https://docs.bfren.dev/docker/alpine).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bfren.dev/docker/alpine-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
