Release Badges

ReleaseRun Badges for Docker

Live version freshness, EOL status, CVE counts, and health badges for Docker. Embed in your README, docs, or dashboard.

Live Badges

Docker Health Loading latest version badges...

Why Use Docker Health Badges?

Docker Engine releases don’t follow a predictable schedule, and security patches often arrive without fanfare. A health badge gives your team instant visibility into whether your Docker version has known vulnerabilities.

Our CVE badges pull from the NIST NVD in real-time. When a container escape vulnerability drops, your badge reflects it within hours — not weeks. This matters when you’re running Docker in production with thousands of containers.

Where Docker Badges Add Value

  • Dockerfile templates: Show the Docker Engine health status alongside your base image recommendations.
  • Infrastructure documentation: Make version health visible in runbooks and architecture docs.
  • Compliance dashboards: Auditors want to know your container runtime is patched. A green health badge is instant proof.

Docker Versions

Loading version data...

Security Overview

CVE vulnerability data is sourced from the NIST National Vulnerability Database (NVD) and refreshed every 6 hours.

Docker CVE Badge

Check specific version CVEs using the badge builder above or visit our Docker hub page for detailed security analysis.

Upgrade Guidance

Running an older version of Docker? Here's what to consider when planning your upgrade:

  • Check breaking changes in release notes
  • Review EOL dates for your current version
  • Test in staging before production rollout
  • Consider LTS versions for stability

See the official Docker documentation for detailed upgrade instructions.

Version Comparison

Not sure which Docker version to use? Compare versions side by side.

Loading comparison data...

Embed Builder

Usage Guide

Copy any snippet below to embed a Docker health badge in your project.

Markdown

[![Docker Health](https://img.releaserun.com/badge/health/docker-engine.svg)](https://releaserun.com/docker-engine/)

HTML

<a href="https://releaserun.com/docker-engine/"><img src="https://img.releaserun.com/badge/health/docker-engine.svg" alt="Docker Health"></a>

reStructuredText

.. image:: https://img.releaserun.com/badge/health/docker-engine.svg
   :target: https://releaserun.com/docker-engine/
   :alt: Docker Health
Data updated daily 00:00 UTC

Data sources: endoflife.date (version lifecycle), NIST NVD (CVE data)

Related Articles

Frequently Asked Questions

What do the badges show for Docker?
ReleaseRun badges display real-time version freshness, end-of-life status, CVE vulnerability counts, and an overall health score for Docker releases.
How do I embed a Docker badge in my README?
Use the embed builder above to select your version and badge type, then copy the generated Markdown or HTML snippet into your README.
How often is Docker badge data updated?
Badge data refreshes every 6 hours from endoflife.date and NIST NVD. Badges are cached for 5 minutes at the CDN edge.
Can I customize the badge style?
Yes, append ?style=flat-square or ?style=for-the-badge to the badge URL. The embed builder lets you preview all available styles.