Skip to content

Commit

Permalink
Merge pull request #2912 from amvanbaren/release-v0.16.4
Browse files Browse the repository at this point in the history
Release v0.16.4
  • Loading branch information
amvanbaren authored Sep 11, 2024
2 parents bc57ce0 + 3343552 commit 788185f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=690e9449
ARG SERVER_VERSION=v0.16.4

# Builder image to compile the website
FROM ubuntu as builder
Expand All @@ -21,16 +21,15 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.11.10
ENV WEBSITE_VERSION 0.11.11
COPY . /workdir

RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website compile \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
# FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
ARG SERVER_VERSION

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/eclipse/open-vsx.org",
"license": "EPL-2.0",
"dependencies": {
"openvsx-webui": "0.11.10"
"openvsx-webui": "0.11.11"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
20 changes: 5 additions & 15 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1641,15 +1641,6 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:^7.2.0":
version: 7.2.0
resolution: "express-rate-limit@npm:7.2.0"
peerDependencies:
express: 4 || 5 || ^5.0.0-beta.1
checksum: 10/1cd33daeeeb3428f8990718512e8c803ca3406d1e99cbc38bcda12056a42ea51319a7bbc357bdc02d79b7f2b508c743895e8805118115cc637e180eb420e643f
languageName: node
linkType: hard

"express@npm:^4.19.2":
version: 4.19.2
resolution: "express@npm:4.19.2"
Expand Down Expand Up @@ -2297,7 +2288,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.19.2"
openvsx-webui: "npm:0.11.10"
openvsx-webui: "npm:0.11.11"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2318,9 +2309,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.11.10":
version: 0.11.10
resolution: "openvsx-webui@npm:0.11.10"
"openvsx-webui@npm:0.11.11":
version: 0.11.11
resolution: "openvsx-webui@npm:0.11.11"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2330,7 +2321,6 @@ __metadata:
clipboard-copy: "npm:^4.0.1"
clsx: "npm:^1.2.1"
dompurify: "npm:^3.0.4"
express-rate-limit: "npm:^7.2.0"
fetch-retry: "npm:^5.0.6"
lodash: "npm:^4.17.21"
markdown-it: "npm:^13.0.1"
Expand All @@ -2347,7 +2337,7 @@ __metadata:
react-router-dom: "npm:^6.14.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10/ced9d7959a6648cd83399e34503362abced60f0333ab3cb646f9e5b66e10b8ca94bc489ddbbc8645f99cefc7c3bfba176d42bb11cc92cf259a003fe78b2e49a6
checksum: 10/88f60f969c25cc39b0869b693d6c2176c45528171f12d7042febec5eb0b7d806c6bbcb9f4094f4899c8631b0091fcf139be7e6f3b332604bab1c872a706d02c6
languageName: node
linkType: hard

Expand Down

0 comments on commit 788185f

Please sign in to comment.