Move away from the week based increment because I don't use week numbers
for anything in my daily life, which makes them hard to evaluate time
from, and replace the per week bump with a global increment. This means
that it's easy to see at a glance from two version numbers how far
appart they are in both time and number of releases.
Replace Docker buildx based container building with buildah configured
for running in a Forgejo runner that's inside a rootless Podman
deployment.
This also removes kubectl and ansible as my infrastructure is not going
to target these technologies for deployment.
Add version pinned if pinned to the readme along with links to the
website for each tool included. Add missing links to references used
when creating the Dockerfile.
Use the node image and install docker onto it in the CI pipeline
building the builder image to avoid a circular dependency loop of
requiring the builder image in order to build it.