mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 09:27:56 +01:00
f8deb116cc
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> |
||
---|---|---|
.. | ||
root | ||
rootless | ||
manifest.rootless.tmpl | ||
manifest.tmpl | ||
README.md |
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