Skip to content

Commit

Permalink
Prepare for release to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Jan 30, 2025
1 parent 913e786 commit 08f4510
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed docker_desktop.png
Binary file not shown.
Binary file added docs/assets/img/dd-ext-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/extension/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ LABEL org.opencontainers.image.title="Labs: AI Tools for Devs" \
org.opencontainers.image.description="Agentic workflows with Dockerized tools" \
org.opencontainers.image.vendor="Docker Inc" \
com.docker.desktop.extension.api.version="0.3.4" \
com.docker.extension.screenshots='[{"alt":"screenshot of the extension UI", "url":"https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/src/extension/Screenshot1.png"}, {"alt":"screenshot of the extension output", "url":"https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/src/extension/Screenshot2.png"}]' \
com.docker.extension.screenshots='[{"alt":"screenshot of the extension UI", "url":"https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/docs/assets/img/dd-ext-screenshot.png"}, {"alt":"screenshot of the extension output", "url":"https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/docs/assets/img/dd-extension-output.png"}]' \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/src/extension/docker.svg" \
com.docker.extension.detailed-description="Internal tool for research at Docker - available to the public. Run AI-powered workflows with Dockerized tools in Docker Desktop." \
com.docker.extension.detailed-description="A catalog of Dockerized MCP tools for developers" \
com.docker.extension.publisher-url="https://www.docker.com/" \
com.docker.extension.additional-urls="" \
com.docker.extension.categories="utility-tools" \
com.docker.extension.changelog="Initial release"
com.docker.extension.changelog="Added MCP catalog"

COPY docker-compose.yaml .
COPY metadata.json .
Expand Down
2 changes: 1 addition & 1 deletion src/extension/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE?=docker/labs-ai-tools-for-devs
TAG?=latest
TAG?=0.1.0

BUILDER=buildx-multi-arch

Expand Down

0 comments on commit 08f4510

Please sign in to comment.