Skip to content

Commit 18309b6

Browse files
Use Open VSX's official deprecated and malicious extensions list (#19822)
* Use Open VSX's official deprecated and malicious extensions list * Properly copy file over from previous stage Co-authored-by: mustard <[email protected]> * Pin version by sha --------- Co-authored-by: mustard <[email protected]>
1 parent f2ae597 commit 18309b6

File tree

2 files changed

+5
-273
lines changed

2 files changed

+5
-273
lines changed

components/ide-proxy/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:3eff851ab805966c768d2a8107545a96218426cee1e5cc805865505edbe6ce92 as compress
66

7-
RUN apk add brotli gzip
7+
RUN apk add brotli gzip curl
88

99
# Gitpod CLI and Local App
1010
COPY components-local-app--app-with-manifest/bin/* /bin/
@@ -13,8 +13,12 @@ RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
1313
gzip -v -f -9 -k "$FILE"; \
1414
done
1515

16+
RUN mkdir -p static/code
17+
RUN curl -o static/code/marketplace.json "https://raw.githubusercontent.com/open-vsx/publish-extensions/7d3778cb07ff7e22e5e99be618fd1bd2a94394ac/extension-control/extensions.json"
18+
1619
FROM caddy/caddy:2.7.6-alpine
1720

1821
COPY conf/Caddyfile /etc/caddy/Caddyfile
1922
COPY static /www/
23+
COPY --from=compress /static /www
2024
COPY --from=compress /bin /www/static/bin

components/ide-proxy/static/code/marketplace.json

Lines changed: 0 additions & 272 deletions
This file was deleted.

0 commit comments

Comments
 (0)