From c57760e4b4e9b7606c9c32c7b1f3e18a22c66dd3 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 4 Apr 2025 14:57:27 -0500 Subject: [PATCH] docs: fix formatting for image labels list (#3399) --- docs/misc/troubleshooting.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/misc/troubleshooting.md b/docs/misc/troubleshooting.md index 55458b95..051d987f 100644 --- a/docs/misc/troubleshooting.md +++ b/docs/misc/troubleshooting.md @@ -32,6 +32,7 @@ such as ``` The labels that are most interesting are: -- org.opencontainers.image.created -- org.opencontainers.image.revision, which maps to https://github.com/itzg/docker-minecraft-server/commit/{revision} -- org.opencontainers.image.version \ No newline at end of file + +- `org.opencontainers.image.created` : the date/time the image was built +- `org.opencontainers.image.revision` : which maps to +- `org.opencontainers.image.version` : image tag and variant [as described in this page](../versions/java.md) \ No newline at end of file