From 2fad5fc34f8edcca937fa4b2e8e07ef593560552 Mon Sep 17 00:00:00 2001 From: James Addison Date: Sat, 17 Sep 2022 19:45:18 +0100 Subject: [PATCH] Attempt to improve language related to application-version and container-revision --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46c38f5..007fd26 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ GROCY_MODE=demo docker-compose up Container images published by this repository currently have a human-readable format that begins with the Grocy PHP application version number and includes an incremental integer suffix to indicate the image-build revision. -When a container image is published (for example, one tagged as `v3.3.1-6` using this version scheme), a "prefix-only" tag is also attached to the release (`v3.3.1`, to continue the example). This allows users who are comfortable with a version of Grocy to update to the latest container for that version without having to discover a specific version number. +When a container image is published (for example, one tagged as `v3.3.1-6` using this version scheme), a "prefix-only" tag is also attached to the release (`v3.3.1`, to continue the example). This allows users who are comfortable with a version of Grocy to update the surrounding container without having to discover the latest revision number. Each published image also has a corresponding `git` tag. This is to allow anyone running, inspecting, or planning to upgrade containers to retrieve and compare the build instructions for published containers (although this does not, in itself, provide a complete view of the contents of the relevant containers -- something that can vary depending on the time and environment in which they are built).