diff --git a/.github/vale/Vocab/Docker/accept.txt b/.github/vale/Vocab/Docker/accept.txt index d1b0f6466b..b8658768fc 100644 --- a/.github/vale/Vocab/Docker/accept.txt +++ b/.github/vale/Vocab/Docker/accept.txt @@ -1,4 +1,5 @@ (Certified|Verified) Publisher( Program)? +Docker-Sponsored Open Source Autotest BuildKit Docker diff --git a/_data/toc.yaml b/_data/toc.yaml index 4d82797dd8..e2c2b87205 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1803,6 +1803,9 @@ manuals: - path: /docker-hub/release-notes/ title: Release notes + - path: /docker-hub/dsos-program/ + title: Docker-Sponsored Open Source Program + - sectiontitle: Docker Scout (Early Access) section: - path: /scout/ diff --git a/docker-hub/dsos-program.md b/docker-hub/dsos-program.md new file mode 100644 index 0000000000..f559317f44 --- /dev/null +++ b/docker-hub/dsos-program.md @@ -0,0 +1,49 @@ +--- +description: Docker-Sponsored Open Source Program +title: Docker-Sponsored Open Source Program +--- + +The Docker-Sponsored Open Source Program provides several features and benefits to non-commercial open source developers. + +The following perks are granted based on verified eligibility: + + +- Verified Docker-Sponsored Open Source badge +- Insights and analytics +- Vulnerability scanning +- Additional Docker Business seats +- Removal of rate limiting for developers +- Improved discoverability on Docker Hub + + +## Verified Docker-Sponsored Open Source badge + +The verified Docker-Sponsored Open Source badge signals high quality, and trust, to developers. +Images with this badge are verified as high quality, and the content can be +trusted as active open source projects. + +![Fluent org with a Docker-Sponsored Open Source badge](images/sponsored-badge.png) + +## Insights and analytics + +The [insights and analytics](/docker-hub/publish/insights-analytics){: +target="blank" rel="noopener" class=""} service provides usage metrics for how +the community uses your Docker images, and grants you insight into your user's +behavior. + +![The insights and analytics tab on the Docker Hub website](./publish/images/insights-and-analytics-tab.png) + +Select the time span you want to view analytics data, and export the data in +either a summary or raw format. The summary format shows you image pulls per +tag, and the raw format lists information about every image pull for the +selected time span. Data points include tag, type of pull, user geolocation, +client tool (user agent), and more. + +## Vulnerability scanning + +Automatic vulnerability scanning using [Docker Scout](/scout/) for images published to Docker Hub. +Scanning images ensures that the published content is secure, and underlines to +developers that it can be trusted. Scanning can be enabled on a per-repository +basis, refer to [vulnerability scanning](/docker-hub/vulnerability-scanning/){: +target="blank" rel="noopener" class=""} for more information about how to use +it. \ No newline at end of file diff --git a/docker-hub/images/sponsored-badge.png b/docker-hub/images/sponsored-badge.png new file mode 100644 index 0000000000..ffc5b4c2bd Binary files /dev/null and b/docker-hub/images/sponsored-badge.png differ