Home Explore Blog Models CI



docker

2nd chunk of `content/manuals/extensions/extensions-sdk/extensions/labels.md`
891397ae155f7b4a9b2dec0aa285a18d173f482fa294d5040000000100000fb9
| Label                                       | Required | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Example                                                                                                                                                                                                                                                         |
| ------------------------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `org.opencontainers.image.title`            | Yes      | Human-readable title of the image (string). This appears in the UI for Docker Desktop.                                                                                                                                                                                                                                                                                                                                                                                                                | my-extension                                                                                                                                                                                                                                                    |
| `org.opencontainers.image.description`      | Yes      | Human-readable description of the software packaged in the image (string)                                                                                                                                                                                                                                                                                                                                                                                                                             | This extension is cool.                                                                                                                                                                                                                                         |
| `org.opencontainers.image.vendor`           | Yes      | Name of the distributing entity, organization, or individual.                                                                                                                                                                                                                                                                                                                                                                                                                                         | Acme, Inc.                                                                                                                                                                                                                                                      |

Title: Required Docker Extension Image Labels
Summary
This section outlines the required image labels for Docker extensions, including `org.opencontainers.image.title` (the human-readable title of the image), `org.opencontainers.image.description` (a human-readable description of the software), and `org.opencontainers.image.vendor` (the name of the distributing entity). Examples are provided for each label.