A process for automating Docker container base image updates.
notifications
docker
registry
devops
automation
continuous-delivery
hacktoberfest
update-checker
watchtower
receive-notifications
-
Updated
Aug 16, 2021 - Go
Certain projects use the release tag in the archive name, eg
awesome-package_0.1.2_linux_amd64.tar.gz
, and I seem to recall some that even use it in the binary name too (not that I think the latter is a good idea).My suggestion is to allow some basic go templating on both the Provider
ArchiveName
and Updater.ExecutableName
of at least some common variables, such as{{.Tag}}
{{.GOOS}}`