Add page about repo logos

This commit is contained in:
David Karlsson 2022-10-12 16:33:42 +02:00
parent c63e9c3419
commit 03946ffd6b
6 changed files with 41 additions and 1 deletions

View File

@ -5,7 +5,7 @@ level: warning
ignorecase: false
# Ensures that the existence of 'first' implies the existence of 'second'.
first: '\b([A-Z]{3,5})\b'
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
second: '(?:\b[A-Z][a-z]+(?: |\n))+\(([A-Z]{3,5})\)'
# ... with the exception of these:
exceptions:
- API

View File

@ -9,8 +9,10 @@ HTTP
IPs?
IPv[46]
IPvlan
JPEG
MAC
RPM
PNG
SDKs?
SSO
TCP
@ -28,6 +30,7 @@ deserialization
deserialize
filepath
firewalld
filetype
glibc
goroutine
hostname

View File

@ -1785,6 +1785,8 @@ manuals:
title: Overview
- path: /docker-hub/publish/insights-analytics/
title: Insights and analytics
- path: /docker-hub/publish/repository-logos/
title: Repository logos
- path: /docker-hub/publish/publisher-center-migration/
title: Migrate content from the Publisher Center
- path: /docker-hub/release-notes/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,35 @@
---
title: Repository logos
description: Override the organization logo on a per-repository basis
keywords: dvp, verified, publisher, repository, logo, icons
---
Docker Verified Publishers (DVP) and Docker Sponsored Open Source (DSOS)
organizations can upload custom images for individual repositories on Docker Hub.
This lets you override the default organization-level logo on a per-repository basis.
Only a user with administrative access (owner or team member with Admin permission)
over the repository can change the repository logo.
## Image requirements
- The supported filetypes for the logo image are JPEG and PNG.
- The minimum allowed image size in pixels is 120×120
- The maximum allowed image size in pixels is 1000×1000
- The maximum allowed image file size is 5MB
## Set the repository logo
1. Sign in to Docker Hub.
2. Go to the page of the repository that you want to change the logo for.
3. Select the upload logo button, represented by a camera icon
(![Camera icon](./images/upload_logo_sm.png){: .inline height="22px" })
overlaying the current repository logo.
4. In the dialog that opens, select the PNG image that you want to upload.
5. Select **Open** to upload the image and set it as the logo for the repository.
## Remove the logo
Remove a logo using the clear button (![Clear button](../images/clear_logo_sm.png){: .inline height="22px" }).
Removing the logo makes the repository fallback to using the organization logo, if set.