---
title: Extension image labels
linkTitle: Add labels
description: Docker extension labels
keywords: Docker, extensions, sdk, labels
aliases:
- /desktop/extensions-sdk/extensions/labels/
weight: 10
---
Extensions use image labels to provide additional information such as a title, description, screenshots, and more.
This information is then displayed as an overview of the extension, so users can choose to install it.
You can define [image labels](/reference/dockerfile.md#label) in the extension's `Dockerfile`.
> [!IMPORTANT]
>
> If any of the **required** labels are missing in the `Dockerfile`, Docker Desktop considers the extension invalid and doesn't list it in the Marketplace.
Here is the list of labels you can or need to specify when building your extension:
| Label | Required | Description | Example |
| ------------------------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |