From 54e08ba6789b0a20633de5f8507df3ed518d1af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8A=E1=B4=8F=E1=B4=87=20=E1=B4=84=CA=9C=E1=B4=87?= =?UTF-8?q?=C9=B4?= Date: Fri, 30 Jan 2026 21:52:31 -0500 Subject: [PATCH] docker: add image versions instructions [skip ci] --- docker/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/README.md b/docker/README.md index ed6e37c39..13d57ad64 100644 --- a/docker/README.md +++ b/docker/README.md @@ -5,6 +5,11 @@ > > To use the next-generation, security-focused Docker image, see [docker-next/README.md](../docker-next/README.md). +> [!IMPORTANT] +> Image versions: +> - Every released version has its own tag , e.g., `gogs/gogs:0.13.4`, and a tag points to the latest patch of the minor version, e.g., `gogs/gogs:0.13`. +> - The `latest` tag is the image version built from the latest `main` branch. + ![Docker pulls](https://img.shields.io/docker/pulls/gogs/gogs?logo=docker&style=for-the-badge) Visit [Docker Hub](https://hub.docker.com/u/gogs) or [GitHub Container registry](https://github.com/gogs/gogs/pkgs/container/gogs) to see all available images and tags.