From 773be6dca24d30377fb53bdedaaf1fef78903465 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 25 Jul 2023 20:31:10 +0200 Subject: [PATCH] refresh the installation guide with 1.20 --- admin/installation.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/installation.md b/admin/installation.md index 1cb6aa6b..f7af61e1 100644 --- a/admin/installation.md +++ b/admin/installation.md @@ -10,12 +10,12 @@ origin_url: 'https://github.com/DanielGibson/DanielGibson.github.io/blob/5836269 Forgejo provides [container images](https://codeberg.org/forgejo/-/packages/container/forgejo/versions) for use with Docker or other containerization tools. ```shell -docker pull codeberg.org/forgejo/forgejo:1.19.3-0 +docker pull codeberg.org/forgejo/forgejo:1.20.1-0 ``` -The **1.19** tag is set to be the latest patch release, starting with [1.19.0-2](https://codeberg.org/forgejo/-/packages/container/forgejo/1.19.0-2). **1.19** will then be equal to **1.19.1-0** when it is released and so on. +The **1.20** tag is set to be the latest patch release, starting with [1.20.1-0](https://codeberg.org/forgejo/-/packages/container/forgejo/1.20.1-0). **1.20** will then be equal to **1.20.2-0** when it is released and so on. -Upgrading from **1.X** to **1.X+1** (for instance from **1.18** to **1.19**) requires a [manual operation and human verification](../upgrade). However it is possible to use the **X.Y** tag (for instance **1.19**) to get the latest point release automatically. +Upgrading from **1.X** to **1.X+1** (for instance from **1.19** to **1.20**) requires a [manual operation and human verification](../upgrade). However it is possible to use the **X.Y** tag (for instance **1.20**) to get the latest point release automatically. Here is a sample [docker-compose](https://docs.docker.com/compose/install/) file: @@ -28,7 +28,7 @@ networks: services: server: - image: codeberg.org/forgejo/forgejo:1.19 + image: codeberg.org/forgejo/forgejo:1.20 container_name: forgejo environment: - USER_UID=1000 @@ -63,7 +63,7 @@ networks: services: server: - image: codeberg.org/forgejo/forgejo:1.19 + image: codeberg.org/forgejo/forgejo:1.20 container_name: forgejo environment: - USER_UID=1000 @@ -111,7 +111,7 @@ networks: services: server: - image: codeberg.org/forgejo/forgejo:1.19 + image: codeberg.org/forgejo/forgejo:1.20 container_name: forgejo environment: - USER_UID=1000 @@ -161,7 +161,7 @@ and make it executable: > **NOTE:** when a line starts with #, it means the command 'foo --bar' must be run as root (or with sudo). -`# cp forgejo-1.19.3-0-linux-amd64 /usr/local/bin/forgejo` +`# cp forgejo-1.20.1-0-linux-amd64 /usr/local/bin/forgejo` `# chmod 755 /usr/local/bin/forgejo` Make sure `git` and `git-lfs` are installed: