mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-25 18:19:26 -05:00
Docker installation detail fixes (#643)
Updates and fixes version descriptions for the latest Forgejo Docker image. Reviewed-on: https://codeberg.org/forgejo/docs/pulls/643 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: adbagio <h759bkyo4@mozmail.com> Co-committed-by: adbagio <h759bkyo4@mozmail.com>
This commit is contained in:
parent
27118e60fe
commit
cd43c8b018
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ license: 'CC-BY-SA-4.0'
|
||||||
Forgejo provides [container images](https://codeberg.org/forgejo/-/packages/container/forgejo/versions) for use with Docker or other containerization tools.
|
Forgejo provides [container images](https://codeberg.org/forgejo/-/packages/container/forgejo/versions) for use with Docker or other containerization tools.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker pull codeberg.org/forgejo/forgejo:7.0.0
|
docker pull codeberg.org/forgejo/forgejo:7.0.3
|
||||||
```
|
```
|
||||||
|
|
||||||
If `codeberg.org` can not be accessed you can replace every mention of `codeberg.org` with `code.forgejo.org` to use our mirror.
|
If `codeberg.org` can not be accessed you can replace every mention of `codeberg.org` with `code.forgejo.org` to use our mirror.
|
||||||
|
|
||||||
The **7** tag is set to be the latest minor release, starting with **7.0.0**. The **7** tag will then be equal to **7.0.0** when it is released and so on.
|
The **7** tag is set to be the latest minor release, starting with **7.0.3**. The **7** tag will then be equal to **7.0.3** when it is released and so on.
|
||||||
|
|
||||||
Upgrading from **X** to **X+1** (for instance from **7** to **8**) requires a [manual operation and human verification](../upgrade/). However it is possible to use the **X** tag (for instance **7**) to get the latest minor release automatically.
|
Upgrading from **X** to **X+1** (for instance from **7** to **8**) requires a [manual operation and human verification](../upgrade/). However it is possible to use the **X** tag (for instance **7**) to get the latest minor release automatically.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue