79837386

Date: 2025-12-03 22:47:01
Score: 0.5
Natty:
Report link

If the image is properly tagged as per the OpenContainer spec, you can also get the value of the label org.opencontainers.image.versionlike this:

$ docker inspect \
  --format '{{ index .Config.Labels "org.opencontainers.image.version"}}' \
  image:tag

Thanks to this answer here showing how that can be done.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: rugk