Skip to content

Commit 47c6a3a

Browse files
committed
Remove dead code
Signed-off-by: David Gageot <[email protected]>
1 parent a0fa7fd commit 47c6a3a

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/extension/Dockerfile

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
## syntax=docker/dockerfile:1.4
2-
#FROM golang:1.24-alpine AS builder
3-
#ENV CGO_ENABLED=0
4-
#WORKDIR /backend
5-
#COPY backend/go.* .
6-
#RUN --mount=type=cache,target=/go/pkg/mod \
7-
#--mount=type=cache,target=/root/.cache/go-build \
8-
#go mod download
9-
#COPY backend/. .
10-
#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
1+
# syntax=docker/dockerfile:1.4
132

143
FROM --platform=$BUILDPLATFORM node:23-alpine3.20 AS client-builder
154
WORKDIR /ui
@@ -34,7 +23,6 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
3423
com.docker.extension.categories="utility-tools" \
3524
com.docker.extension.changelog="Added MCP catalog"
3625

37-
#COPY --from=builder /backend/bin/service /
3826
COPY docker-compose.yaml .
3927
COPY metadata.json .
4028
COPY extension-icon.svg /extension-icon.svg
@@ -43,6 +31,3 @@ COPY host-binary/dist/darwin-${TARGETARCH}/host-binary /darwin/host-binary
4331
COPY host-binary/dist/linux-${TARGETARCH}/host-binary /linux/host-binary
4432
COPY --from=client-builder /ui/build ui
4533
COPY ui/static-assets ui/static-assets
46-
#COPY data /data
47-
48-
#CMD ["/service", "-socket", "/run/guest-services/backend.sock"]

0 commit comments

Comments
 (0)