Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/manuals/extensions/extensions-sdk/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ grid:
link: "/extensions/extensions-sdk/extensions/multi-arch/"
---

> [!IMPORTANT]
Comment thread
aevesdocker marked this conversation as resolved.
>
> New submissions to the Docker Extensions Marketplace are paused while Docker reviews Marketplace security. You can still update existing extensions, and private Marketplace extensions are unaffected. Contact extensions@docker.com if you have additional questions.
The resources in this section help you create your own Docker extension.

The Docker CLI tool provides a set of commands to help you build and publish your extension, packaged as a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ aliases:
weight: 50
---

> [!IMPORTANT]
>
> New submissions to the Docker Extensions Marketplace are paused while Docker reviews Marketplace security. You can still update existing extensions, and private Marketplace extensions are unaffected. Contact extensions@docker.com if you have additional questions.

## Submit your extension to the Marketplace

Docker Desktop displays published extensions in the Extensions Marketplace on [Docker Desktop](https://open.docker.com/extensions/marketplace) and [Docker Hub](https://hub.docker.com/search?q=&type=extension).
Expand Down
4 changes: 4 additions & 0 deletions content/manuals/extensions/extensions-sdk/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ For further inspiration, see the other examples in the [samples folder](https://
## Part two: Publish and distribute your extension

> [!IMPORTANT]
>
> New submissions to the Docker Extensions Marketplace are paused while Docker reviews Marketplace security. You can still update existing extensions, and private Marketplace extensions are unaffected. Contact extensions@docker.com if you have additional questions.
Docker Desktop displays published extensions in the Extensions Marketplace. The Extensions Marketplace is a curated space where developers can discover extensions to improve their developer experience and upload their own extension to share with the world.

If you want your extension published in the Marketplace, read the [publish documentation](extensions/publish.md).
Expand Down
4 changes: 4 additions & 0 deletions content/manuals/extensions/extensions-sdk/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ hidden from the Docker Dashboard. You can change this in **Settings**, see

## Step four: Submit and publish your extension to the Marketplace

> [!IMPORTANT]
>
> New submissions to the Docker Extensions Marketplace are paused while Docker reviews Marketplace security. You can still update existing extensions, and private Marketplace extensions are unaffected. Contact extensions@docker.com if you have additional questions.

If you want to make your extension available to all Docker Desktop users, you can submit it for publication in the Marketplace. For more information, see [Publish](extensions/_index.md).

## Clean up
Expand Down
Loading