container.adoc 1.0 KB

12345678910111213141516171819202122232425262728
  1. = Linux Container
  2. == Repositories
  3. The OliveTin container images are hosted on both Docker Hub and the GitHub Container Registry.
  4. The main OliveTin image is available at;
  5. * **Docker Hub**: `docker.io/jamesread/olivetin`
  6. link:https://hub.docker.com/r/jamesread/olivetin/tags?page=1&ordering=last_updated[View on Docker Hub]
  7. * **GitHub**: `ghcr.io/olivetin/olivetin`
  8. link:https://github.com/OliveTin/OliveTin/pkgs/container/olivetin[View on GitHub]
  9. == Tags
  10. * `latest-2k` - This tag will always point to the latest OliveTin 2k version (eg 2025.11.11)
  11. * `latest-3k` - This tag will always point to the latest OliveTin 3k version (eg 3000.2.0)
  12. * `latest` - This tag will always point to the latest OliveTin version (currently 3k)
  13. Read more about 2k vs 3k here: xref:../upgrade/2k3k.adoc[OliveTin 2k vs OliveTin 3k]
  14. == Container installation options
  15. * xref:install/podmandocker.adoc[Docker or Podman]
  16. * xref:install/docker_compose.adoc[Docker Compose]
  17. * xref:install/helm.adoc[Kubernetes with Helm]
  18. * xref:install/k8s.adoc[Kubernetes with Manifests]