[v3.1.2-0] - 2021-10-05
- Upgrade to grocy v3.1.2
- Changes to the Makefile
- The
build
target now only builds the image, but does not start it. - The
create
target (re)creates a pod for grocy, but does not start it. - The
run
target depends oncreate
and then starts the created pod. - The host prefixes of the images are now set to match the official images on Docker hub and can be overriden using the IMAGE_PREFIX variable.
- The image tags are now generated from
git describe
, but can be overridden using the IMAGE_TAG variable.
- The
- Rebuild container images with Alpine 3.14.2