mirror of https://github.com/docker/docs.git
Merge pull request #16919 from ChrisChinchilla/chrisward/dsosp-docs
Add docs on DSOS program
This commit is contained in:
commit
c8bc523fe3
|
@ -1,4 +1,5 @@
|
|||
(Certified|Verified) Publisher( Program)?
|
||||
Docker-Sponsored Open Source
|
||||
Autotest
|
||||
BuildKit
|
||||
Docker
|
||||
|
|
|
@ -1798,6 +1798,8 @@ manuals:
|
|||
title: Overview
|
||||
- path: /docker-hub/publish/insights-analytics/
|
||||
title: Insights and analytics
|
||||
- path: /docker-hub/dsos-program/
|
||||
title: Docker-Sponsored Open Source Program
|
||||
- path: /docker-hub/oci-artifacts/
|
||||
title: OCI artifacts
|
||||
- path: /docker-hub/release-notes/
|
||||
|
|
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
description: Docker-Sponsored Open Source Program
|
||||
title: Docker-Sponsored Open Source Program
|
||||
keywords: docker hub, hub, insights, analytics, open source, Docker sponsored, program
|
||||
---
|
||||
|
||||
The Docker-Sponsored Open Source Program provides several features and benefits to non-commercial open source developers.
|
||||
|
||||
The program grants the following perks to eligible projects:
|
||||
|
||||
- Verified Docker-Sponsored Open Source badge
|
||||
- Insights and analytics
|
||||
- Vulnerability scanning
|
||||
- Removal of rate limiting for developers
|
||||
- Improved discoverability on Docker Hub
|
||||
|
||||
These benefits are valid for one year and can be renewed if your project still meets the program requirements. Program members, and all users pulling public images from your project namespace get access to unlimited pulls and unlimited egress.
|
||||
|
||||
## Verified Docker-Sponsored Open Source badge
|
||||
|
||||
The verified Docker-Sponsored Open Source badge signals high quality, and trust, to developers.
|
||||
Docker verifies images with this badge as high quality, and that developers can trust the content as and active open source project.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
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 they can trust it. You can enable scanning 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.
|
||||
|
||||
## Who's eligible for the Docker-Sponsored Open Source program?
|
||||
|
||||
To qualify for the program, your project namespace must be shared in public repositories, meet [the Open Source Initiative definition](https://opensource.org/docs/osd), and be in active development with no pathway to commercialization.
|
||||
|
||||
Find out more by heading to the
|
||||
[Docker-Sponsored Open Source Program](https://www.docker.com/community/open-source/application/#){:target="_blank"
|
||||
rel="noopener" class="_"} application page.
|
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
|
@ -18,6 +18,8 @@ repositories of container images.
|
|||
container images provided by Docker.
|
||||
* [Docker Verified Publisher Images](publish/index.md): Pull and use high-
|
||||
quality container images provided by external vendors.
|
||||
* [Docker-Sponsored Open Source Images](dsos-program.md): Pull and use high-
|
||||
quality container images from non-commercial open source projects.
|
||||
* [Builds](builds/index.md): Automatically build container images from
|
||||
GitHub and Bitbucket and push them to Docker Hub.
|
||||
* [Webhooks](webhooks.md): Trigger actions after a successful push
|
||||
|
|
Loading…
Reference in New Issue