The almyty documentation site — the image behind docs.almyty.com.
8.4K
The image behind docs.almyty.com — published for deployment transparency and air-gapped installs where you want the documentation next to the platform. Most self-hosters don't need it: the hosted docs cover self-hosted installs too.
docker run -p 3000:3000 almyty/docs:latest
Looking for the platform itself? Start with almyty/almyty.
Use latest, or pin a release like 0.1.0, and stop reading.
Everything else on the tags page is machinery: dev / staging / prod and *-<sha> are our CI's internal build stream (not releases — don't self-host from them), and sha256-*.sig / .att are the cosign signatures and SBOM attestations for the release images.
Releases are signed with cosign (keyless, GitHub OIDC) and carry an SPDX SBOM:
cosign verify almyty/docs:latest \
--certificate-identity-regexp 'https://github\.com/almyty-inc/almyty/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
almyty.com · Docs · Source · Releases · Apache-2.0 core · © 2026 Almyty Inc.
Content type
Image
Digest
sha256:417eff2fe…
Size
113 MB
Last updated
23 days ago
docker pull almyty/docs