9827330640
This updates our gitea images from 1.17.2 to 1.17.3. Git diff of the three template files we override between 1.17.2 and 1.17.3 show no changes to the templates. Also, while the changelog indicates go 1.19 fmt is used with gitea 1.17 now the 1.17 Dockerfile continues to build gitea itself with go 1.18. We don't update our golang version for this reason. The changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.17.3/CHANGELOG.md Additionally, I've modified how we do our docker image prune step to keep old images for 3 days. The reason for this is it gives us a short window of time where we can easily revert to the old image that we have stored locally on the system. Keep in mind that this will slightly increase disk consumption on the nodes by about 1GB per gitea+gitea-ssh+mariadb set. I think this is worthwhile considering these images don't update often so we should only ever have one extra old set on the node. If others don't care for this feel free to modify the change to remove this edit. Change-Id: I84e89e461ae8957c553c8f3d1b537af622a824b4 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
tasks | ||
templates | ||
README.rst |
Install, configure, and run Gitea.
Role Variables