Skip to content
Discussion options

You must be logged in to vote

hey @Cyber1000,

The "latest" tag on GitHub represents the current stable version, and the "latest" tag on the container image registry represents the biggest/most recent version (mainline).

We don't have a mainline or stable tag on the container registry because mainline inevitably gets promoted to stable.
If you are running in a homelab, mainline is fine, otherwise for production you'd want to use stable, which is usually updated by hand by admins.

Here's the logic (from "Releases"):

  • Mainline: The bleeding edge version of Coder
  • Stable: N-1 of the mainline release
  • Security Support: N-2 of the mainline release

Now, for your questions:

  • Mainline would be ghcr.io/coder/coder:latest
  • Stable …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Cyber1000
Comment options

Answer selected by phorcys420
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants