You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Use `CryptoRandomBytes` instead of `CryptoRandomString` (go-gitea#18439)
Remove the spurious space in the .ui.right additional selector (go-gitea#18605)
Ensure commit-statuses box is sized correctly in headers (go-gitea#18538)
[skip ci] Updated translations via Crowdin
Prevent merge messages from being sorted to the top of email chains (go-gitea#18566)
Fix pushing to 1-x-dev docker tag (go-gitea#18578)
Replace `sync.Map` with normal maps (go-gitea#18584)
Fix oauth docs usage for 2fa (go-gitea#18581)
Update .gitattributes for .tmpl files (go-gitea#18576)
Prevent panic on prohibited user login with oauth2 (go-gitea#18562)
Fix manifest.tmpl (go-gitea#18573)
Make docker gitea/gitea:v1.16-dev etc refer to the latest build on that branch (go-gitea#18551)
Add dropdown icon to template loading dropdown (go-gitea#18564)
Copy file name to clipboardExpand all lines: docs/content/doc/installation/with-docker-rootless.en-us.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ image as a service. Since there is no database available, one can be initialized
32
32
Create a directory for `data` and `config` then paste the following content into a file named `docker-compose.yml`.
33
33
Note that the volume should be owned by the user/group with the UID/GID specified in the config file. By default Gitea in docker will use uid:1000 gid:1000. If needed you can set ownership on those folders with the command: `sudo chown 1000:1000 config/ data/`
34
34
If you don't give the volume correct permissions, the container may not start.
35
-
For a stable release you could use `:latest-rootless`, `:1-rootless` or specify a certain release like `:{{< version >}}-rootless`, but if you'd like to use the latest development version then `:dev-rootless` would be an appropriate tag.
35
+
For a stable release you could use `:latest-rootless`, `:1-rootless` or specify a certain release like `:{{< version >}}-rootless`, but if you'd like to use the latest development version then `:dev-rootless` would be an appropriate tag. If you'd like to run the latest commit from a release branch you can use the `:1.x-dev-rootless` tag, where x is the minor version of Gitea. (e.g. `:1.16-dev-rootless`)
Copy file name to clipboardExpand all lines: docs/content/doc/installation/with-docker.en-us.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ image as a service. Since there is no database available, one can be initialized
34
34
Create a directory like `gitea` and paste the following content into a file named `docker-compose.yml`.
35
35
Note that the volume should be owned by the user/group with the UID/GID specified in the config file.
36
36
If you don't give the volume correct permissions, the container may not start.
37
-
For a stable release you can use `:latest`, `:1` or specify a certain release like `:{{< version >}}`, but if you'd like to use the latest development version of Gitea then you could use the `:dev` tag.
37
+
For a stable release you can use `:latest`, `:1` or specify a certain release like `:{{< version >}}`, but if you'd like to use the latest development version of Gitea then you could use the `:dev` tag. If you'd like to run the latest commit from a release branch you can use the `:1.x-dev` tag, where x is the minor version of Gitea. (e.g. `:1.16-dev`)
0 commit comments