diff --git a/content/manuals/extensions/_index.md b/content/manuals/extensions/_index.md index 0e0cf3da144c..828053fadde0 100644 --- a/content/manuals/extensions/_index.md +++ b/content/manuals/extensions/_index.md @@ -16,8 +16,6 @@ You can seamlessly connect your favorite development tools to your application d Anyone can use Docker Extensions and there is no limit to the number of extensions you can install. -![Extensions Marketplace](/assets/images/extensions.webp) - ## What extensions are available? There is a mix of partner and community-built extensions and Docker-built extensions. diff --git a/content/manuals/extensions/extensions-sdk/build/frontend-extension-tutorial.md b/content/manuals/extensions/extensions-sdk/build/frontend-extension-tutorial.md index a523d5b672f9..d5b0b9b3c01b 100644 --- a/content/manuals/extensions/extensions-sdk/build/frontend-extension-tutorial.md +++ b/content/manuals/extensions/extensions-sdk/build/frontend-extension-tutorial.md @@ -195,8 +195,6 @@ provide you with type definitions for the extension APIs and auto-completion in npm install @docker/extension-api-client-types --save-dev ``` -![Auto completion in an IDE](images/types-autocomplete.png) - For example, you can use the `docker.cli.exec` function to get the list of all the containers via the `docker ps --all` command and display the result in a table. @@ -282,8 +280,6 @@ export function App() { ``` -![Screenshot of the container list.](images/react-extension.png) - {{< /tab >}} {{< tab name="Vue" >}} diff --git a/content/manuals/extensions/extensions-sdk/build/images/react-extension.png b/content/manuals/extensions/extensions-sdk/build/images/react-extension.png deleted file mode 100644 index 8edb1e7528e5..000000000000 Binary files a/content/manuals/extensions/extensions-sdk/build/images/react-extension.png and /dev/null differ diff --git a/content/manuals/extensions/extensions-sdk/build/images/types-autocomplete.png b/content/manuals/extensions/extensions-sdk/build/images/types-autocomplete.png deleted file mode 100644 index fcf183eddaf1..000000000000 Binary files a/content/manuals/extensions/extensions-sdk/build/images/types-autocomplete.png and /dev/null differ diff --git a/content/manuals/extensions/extensions-sdk/extensions/images/list-preview.png b/content/manuals/extensions/extensions-sdk/extensions/images/list-preview.png deleted file mode 100644 index 9836060742aa..000000000000 Binary files a/content/manuals/extensions/extensions-sdk/extensions/images/list-preview.png and /dev/null differ diff --git a/content/manuals/extensions/extensions-sdk/extensions/images/open-share.png b/content/manuals/extensions/extensions-sdk/extensions/images/open-share.png deleted file mode 100644 index 64b16a68a447..000000000000 Binary files a/content/manuals/extensions/extensions-sdk/extensions/images/open-share.png and /dev/null differ diff --git a/content/manuals/extensions/extensions-sdk/extensions/labels.md b/content/manuals/extensions/extensions-sdk/extensions/labels.md index bb670d513747..217b53e8d5b3 100644 --- a/content/manuals/extensions/extensions-sdk/extensions/labels.md +++ b/content/manuals/extensions/extensions-sdk/extensions/labels.md @@ -56,5 +56,3 @@ When you create and install your unpublished extension, you can preview the exte > > You can re-tag your image in order to have a different image name that's not listed as a published extension. > Use `docker tag org/published-extension unpublished-extension` and then `docker extension install unpublished-extension`. - -![List preview](images/list-preview.png) diff --git a/content/manuals/extensions/extensions-sdk/extensions/share.md b/content/manuals/extensions/extensions-sdk/extensions/share.md index 8e35c0e65695..587b2bd9d555 100644 --- a/content/manuals/extensions/extensions-sdk/extensions/share.md +++ b/content/manuals/extensions/extensions-sdk/extensions/share.md @@ -19,8 +19,6 @@ Docker lets you share your extensions using a URL. When people navigate to this URL, it opens Docker Desktop and displays a preview of your extension in the same way as an extension in the Marketplace. From the preview, users can then select **Install**. -![Navigate to extension link](images/open-share.png) - To generate this link you can either: - Run the following command: @@ -31,8 +29,6 @@ To generate this link you can either: - Once you have installed your extension locally, navigate to the **Manage** tab and select **Share**. - ![Share button](images/list-preview.png) - > [!NOTE] > > Previews of the extension description or screenshots, for example, are created using [extension labels](labels.md). diff --git a/content/manuals/extensions/extensions-sdk/process.md b/content/manuals/extensions/extensions-sdk/process.md index 26e1e9a0ef6b..76476b485d98 100644 --- a/content/manuals/extensions/extensions-sdk/process.md +++ b/content/manuals/extensions/extensions-sdk/process.md @@ -53,7 +53,3 @@ If you want your extension published in the Marketplace, read the [publish docum If you want to get up and running with creating a Docker Extension, see the [Quickstart guide](quickstart.md). Alternatively, get started with reading the "Part one: Build" section for more in-depth information about each step of the extension creation process. - -For an in-depth tutorial of the entire build process, we recommend the following video walkthrough from DockerCon 2022. - - diff --git a/content/manuals/extensions/private-marketplace.md b/content/manuals/extensions/private-marketplace.md index 593546e67d40..510a149f06f6 100644 --- a/content/manuals/extensions/private-marketplace.md +++ b/content/manuals/extensions/private-marketplace.md @@ -198,8 +198,6 @@ It's recommended that you try the private marketplace on your Docker Desktop ins When you select the **Extensions** tab, you should see the private marketplace listing only the extensions you have allowed in `extensions.txt`. -![Extensions Private Marketplace](/assets/images/extensions-private-marketplace.webp) - ## Step six: Distribute the private marketplace Once you’ve confirmed that the private marketplace configuration works, the final step is to distribute the files to the developers’ machines with the MDM software your organization uses. For example, [Jamf](https://www.jamf.com/). diff --git a/static/assets/images/extensions-private-marketplace.webp b/static/assets/images/extensions-private-marketplace.webp deleted file mode 100644 index 5120ba2c3284..000000000000 Binary files a/static/assets/images/extensions-private-marketplace.webp and /dev/null differ diff --git a/static/assets/images/extensions.webp b/static/assets/images/extensions.webp deleted file mode 100644 index 58b301f1b895..000000000000 Binary files a/static/assets/images/extensions.webp and /dev/null differ