Skip to content

Commit

Permalink
Update Open VSX extension control manifest (#20285)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Oct 10, 2024
1 parent c6c7c7b commit 46ab1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ide-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ COPY components-local-app--app-with-manifest/bin/* /bin/

RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
gzip -v -f -9 -k "$FILE"; \
done
done

RUN mkdir -p static/code
RUN curl -o static/code/marketplace.json "https://raw.githubusercontent.com/open-vsx/publish-extensions/dfa20ca6716282d799c58d10751f94cbc3471775/extension-control/extensions.json"
RUN curl -o static/code/marketplace.json "https://raw.githubusercontent.com/open-vsx/publish-extensions/e5c7f0ac781b430049c9f07fed10ee5c388b0097/extension-control/extensions.json"

FROM caddy/caddy:2.7.6-alpine

Expand Down

0 comments on commit 46ab1b8

Please sign in to comment.