Skip to content

Commit fd4923c

Browse files
authored
Merge pull request #247 from jeanlaurent/icon
Updating Icon
2 parents 7bdff4b + 4333081 commit fd4923c

File tree

5 files changed

+11
-35
lines changed

5 files changed

+11
-35
lines changed

src/extension/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
#WORKDIR /backend
55
#COPY backend/go.* .
66
#RUN --mount=type=cache,target=/go/pkg/mod \
7-
#--mount=type=cache,target=/root/.cache/go-build \
8-
#go mod download
7+
#--mount=type=cache,target=/root/.cache/go-build \
8+
#go mod download
99
#COPY backend/. .
1010
#RUN --mount=type=cache,target=/go/pkg/mod \
11-
#--mount=type=cache,target=/root/.cache/go-build \
12-
#go build -trimpath -ldflags="-s -w" -o bin/service
11+
#--mount=type=cache,target=/root/.cache/go-build \
12+
#go build -trimpath -ldflags="-s -w" -o bin/service
1313

1414
FROM --platform=$BUILDPLATFORM node:23-alpine3.20 AS client-builder
1515
WORKDIR /ui
@@ -37,7 +37,7 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
3737
#COPY --from=builder /backend/bin/service /
3838
COPY docker-compose.yaml .
3939
COPY metadata.json .
40-
COPY docker.svg /docker.svg
40+
COPY extension-icon.svg /extension-icon.svg
4141
COPY host-binary/dist/windows-${TARGETARCH}/host-binary.exe /windows/host-binary.exe
4242
COPY host-binary/dist/darwin-${TARGETARCH}/host-binary /darwin/host-binary
4343
COPY host-binary/dist/linux-${TARGETARCH}/host-binary /linux/host-binary

src/extension/docker.svg

-28
This file was deleted.

src/extension/extension-icon.svg

+4
Loading

src/extension/metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"icon": "docker.svg",
2+
"icon": "extension-icon.svg",
33
"vm": {
44
"composefile": "docker-compose.yaml"
55
},
@@ -31,4 +31,4 @@
3131
}
3232
]
3333
}
34-
}
34+
}
-27.5 KB
Loading

0 commit comments

Comments
 (0)