Skip to content

Commit 08f4510

Browse files
committed
Prepare for release to marketplace
1 parent 913e786 commit 08f4510

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker_desktop.png

-223 KB
Binary file not shown.

docs/assets/img/dd-ext-screenshot.png

285 KB
Loading

src/extension/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ LABEL org.opencontainers.image.title="Labs: AI Tools for Devs" \
1515
org.opencontainers.image.description="Agentic workflows with Dockerized tools" \
1616
org.opencontainers.image.vendor="Docker Inc" \
1717
com.docker.desktop.extension.api.version="0.3.4" \
18-
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"}]' \
18+
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"}]' \
1919
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/src/extension/docker.svg" \
20-
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." \
20+
com.docker.extension.detailed-description="A catalog of Dockerized MCP tools for developers" \
2121
com.docker.extension.publisher-url="https://www.docker.com/" \
2222
com.docker.extension.additional-urls="" \
2323
com.docker.extension.categories="utility-tools" \
24-
com.docker.extension.changelog="Initial release"
24+
com.docker.extension.changelog="Added MCP catalog"
2525

2626
COPY docker-compose.yaml .
2727
COPY metadata.json .

src/extension/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE?=docker/labs-ai-tools-for-devs
2-
TAG?=latest
2+
TAG?=0.1.0
33

44
BUILDER=buildx-multi-arch
55

0 commit comments

Comments
 (0)