gitea/docker
zeripath f8deb116cc
Make docker gitea/gitea:v1.15-dev etc refer to the latest build on that branch (#18551) (#18569) (#18575)
Backport #18551

One of the problems with our current docker tagging is that although we
have strict version tags, latest and dev we do not have a way for docker
users to track the current release branch. This PR simply suggests that
we use the 1.x-dev tag for these and we build and push these. This will
give users who want or need unreleased bug fixes the option of tracking
the pre-release version instead of simply jumping to dev.

However, there is a problem with #18551/#18569 whereby the manifest is
not properly uploading. Therefore this PR adds in some debug logging
in order to get this to debug things.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-03 23:09:15 +08:00
..
root Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
rootless Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
manifest.rootless.tmpl Make docker gitea/gitea:v1.15-dev etc refer to the latest build on that branch (#18551) (#18569) (#18575) 2022-02-03 23:09:15 +08:00
manifest.tmpl Make docker gitea/gitea:v1.15-dev etc refer to the latest build on that branch (#18551) (#18569) (#18575) 2022-02-03 23:09:15 +08:00
README.md Fix typo in README.md (#12369) 2020-07-29 09:29:51 -05:00

Gitea - Docker

Dockerfile is found in root of repository.

Docker image can be found on docker hub

Documentation on using docker image can be found on Gitea Docs site