Update Docker installation instructions to use v8. Fixes #846 #845
yonas/forgejo-docs:yonas-patch-docs-docker into next Preview ready: https://forgejo.codeberg.page/@docs_pull_845/
cfb8788b6b
39aaa79528
Not sure why the preview at https://forgejo.codeberg.page/@docs_pull_845/ didn't pick up my changes.
LGTM. Preview is here on the next tag: https://forgejo.codeberg.page/@docs_pull_845/docs/next/admin/installation-docker/
@ -7,3 +7,3 @@
```shell
docker pull codeberg.org/forgejo/forgejo:7.0.3
docker pull codeberg.org/forgejo/forgejo:8.0.3
I suggest removing the .0.3 here, such that by default the latest v8 release is pulled.
@ -14,3 +14,3 @@
The **7** tag is set to be the latest minor release, starting with **7.0.x**. The **7** tag will then be equal to **7.0.4** when it is released and so on. The **7.0** tag is also set to be the latest patch version release.
The **8** tag is set to be the latest minor release, starting with **8.0.x**. The **8** tag will then be equal to **8.0.4** when it is released and so on. The **8.0** tag is also set to be the latest patch version release.
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.
s/for instance 7/for instance 8/
39aaa79528
be2d4d2c8c
Thanks @mahlzahn, I've updated the PR.
The backport to v8.0 failed:
The process '/usr/bin/git' failed with exit code 1
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v8.0 v8.0
# Navigate to the new working tree
cd .worktrees/backport-v8.0
# Create a new branch
git switch --create backport/v8.0/pr-845
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 be2d4d2c8cd562168ea32285e237b95ffc71294a
# Push it to GitHub
git push --set-upstream origin backport/v8.0/pr-845
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v8.0
Then, create a pull request where the base branch is v8.0 and the compare/head branch is backport/v8.0/pr-845.
Thanks @yonas! Somehow, the automatic backport to v8 wasn't working (that would make the documentation of latest). Do you want to create a new PR following the instructions from the bot above?
@mahlzahn The commands don't work for me. Perhaps someone can help us figure out why the automatic backport failed.
Archived
Archived
Archived
Archived
Archived
Archived
Archived
Archived
Archived
Archived
Archived
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?