
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Русская версия — ниже.
Production-oriented Docker images for Alliance Auth, the EVE Online corporation and alliance management platform. Each image bundles Alliance Auth with a curated set of community plugins on a shared https://github.com/just-containers/s6-overlay runtime that supervises gunicorn, the Celery worker, Celery beat, and Flower in a single container.
The same runtime skeleton ships in three variants that differ only in the set of installed Alliance Auth plugins:
| Variant | Tag | Notes |
|---|---|---|
zima | zima, latest | Default variant. |
xix | xix | Alternative plugin selection. |
freedom_republic | freedom_republic | Alternative plugin selection. |
The full plugin-per-variant matrix is in
docs/VARIANTS.md.
| Tag | Meaning |
|---|---|
latest | Newest zima build. |
<variant> | Moving tag — latest build of that variant. |
<variant>-<version> | Release-pinned, treated as immutable (e.g. zima-1.5.2). |
Pin <variant>-<version> for reproducible deployments; the moving tags are
convenient but shift under you.
shdocker pull 6run0/allianceauth:zima # default variant docker pull 6run0/allianceauth:xix docker pull 6run0/allianceauth:freedom_republic docker pull 6run0/allianceauth:zima-1.5.2 # version-pinned
The image expects a MariaDB/MySQL database, Redis, and an SMTP relay. A
ready-to-run example stack (database, cache, mailer, the app, and an Angie
reverse proxy) lives under
example/:
shgit clone https://gitlab.com/zima-corp/docker-allianceauth cd docker-allianceauth/example cp .env.example .env # then edit the required variables docker compose up -d
Runtime configuration is entirely through environment variables. See:
README.md
— build, deploy, and operational reference.docs/env/
— the per-domain AA_* environment-variable reference.Built and published from gitlab.com/zima-corp/docker-allianceauth. Report problems and find the changelog there.
English version above.
Ориентированные на продакшен Docker-образы для Alliance Auth — платформы управления корпорацией и альянсом в EVE Online. Каждый образ объединяет Alliance Auth с подобранным набором community-плагинов на общем рантайме https://github.com/just-containers/s6-overlay, который в одном контейнере супервизит gunicorn, Celery-worker, Celery beat и Flower.
Один и тот же рантайм-скелет выходит в трёх вариантах, различающихся только набором установленных плагинов Alliance Auth:
| Вариант | Тег | Примечание |
|---|---|---|
zima | zima, latest | Вариант по умолчанию. |
xix | xix | Альтернативный набор плагинов. |
freedom_republic | freedom_republic | Альтернативный набор плагинов. |
Полная матрица «плагин — вариант» — в
docs/VARIANTS.ru.md.
| Тег | Значение |
|---|---|
latest | Свежайшая сборка zima. |
<variant> | Подвижный тег — последняя сборка этого варианта. |
<variant>-<version> | Привязан к релизу, считается неизменяемым (напр. zima-1.5.2). |
Для воспроизводимых развёртываний закрепляйте <variant>-<version>; подвижные
теги удобны, но смещаются под вами.
shdocker pull 6run0/allianceauth:zima # вариант по умолчанию docker pull 6run0/allianceauth:xix docker pull 6run0/allianceauth:freedom_republic docker pull 6run0/allianceauth:zima-1.5.2 # привязка к версии
Образу нужны база данных MariaDB/MySQL, Redis и SMTP-релей. Готовый к запуску
пример стека (база, кэш, почта, приложение и reverse-proxy Angie) лежит в
example/:
shgit clone https://gitlab.com/zima-corp/docker-allianceauth cd docker-allianceauth/example cp .env.example .env # затем отредактируйте обязательные переменные docker compose up -d
Конфигурация рантайма — целиком через переменные окружения. См.:
README.ru.md
— сборка, развёртывание и операционный справочник.docs/env/
— справочник переменных окружения AA_* по доменам.Собирается и публикуется из gitlab.com/zima-corp/docker-allianceauth. Там же сообщайте о проблемах и смотрите журнал изменений.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务