You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-hub/dsos-program.md
+37-3Lines changed: 37 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ Images that are part of this program have a special badge on Docker Hub making i
12
12
13
13
## For content publishers
14
14
15
-
The Docker-Sponsored Open Source Program provides several features and benefits to non-commercial open source developers.
15
+
The Docker-Sponsored Open Source (DSOS) Program provides several features and benefits to non-commercial open source developers.
16
16
17
17
The program grants the following perks to eligible projects:
18
18
19
+
- Repository logo
19
20
- Verified Docker-Sponsored Open Source badge
20
21
- Insights and analytics
21
22
- Vulnerability analysis
@@ -24,6 +25,39 @@ The program grants the following perks to eligible projects:
24
25
25
26
These benefits are valid for one year and publishers can renew annually if the project still meets the program requirements. Program members, and all users pulling public images from the project namespace get access to unlimited pulls and unlimited egress.
26
27
28
+
### Repository logo
29
+
30
+
DSOS organizations can upload custom images for individual repositories on Docker Hub.
31
+
This lets you override the default organization-level logo on a per-repository basis.
32
+
33
+
Only a user with administrative access (owner or team member with administrator permission)
34
+
over the repository can change the repository logo.
35
+
36
+
#### Image requirements
37
+
38
+
- The supported filetypes for the logo image are JPEG and PNG.
39
+
- The minimum allowed image size in pixels is 120×120.
40
+
- The maximum allowed image size in pixels is 1000×1000.
41
+
- The maximum allowed image file size is 5MB.
42
+
43
+
#### Set the repository logo
44
+
45
+
1. Sign in to Docker Hub.
46
+
2. Go to the page of the repository that you want to change the logo for.
47
+
3. Select the upload logo button, represented by a camera icon
0 commit comments