Skip to content

Commit

Permalink
Merge pull request EclipseFdn#3303 from amvanbaren/v0.21.0-rc.1
Browse files Browse the repository at this point in the history
Test release v0.21.0
  • Loading branch information
amvanbaren authored Jan 13, 2025
2 parents 3e98e4f + dab90e3 commit b1d1f8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.20.0
ARG SERVER_VERSION=v0.21.0-rc.1

# Builder image to compile the website
FROM ubuntu AS builder
Expand All @@ -19,15 +19,16 @@ RUN apt-get update \
&& corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.13.1-next.dee19c0f
ENV WEBSITE_VERSION 0.13.1-next.f0cc5cdd
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 ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
FROM docker.io/amvanbaren/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.13.1-next.dee19c0f"
"openvsx-webui": "0.13.1-next.f0cc5cdd"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
10 changes: 5 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.21.1"
openvsx-webui: "npm:0.13.1-next.dee19c0f"
openvsx-webui: "npm:0.13.1-next.f0cc5cdd"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2420,9 +2420,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.13.1-next.dee19c0f":
version: 0.13.1-next.dee19c0f
resolution: "openvsx-webui@npm:0.13.1-next.dee19c0f"
"openvsx-webui@npm:0.13.1-next.f0cc5cdd":
version: 0.13.1-next.f0cc5cdd
resolution: "openvsx-webui@npm:0.13.1-next.f0cc5cdd"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2448,7 +2448,7 @@ __metadata:
react-router-dom: "npm:^6.14.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10/9875a6154d8d23e6aa8251af83fe0f48a080c8aeff661876a1472c6489e2b5723a33a59db8161341629017681b4a1baf0b0b44f4f808c1dfb28baa591c11cae5
checksum: 10/e35b54a7fb99ef7e1ac66b981ae37b81f3d3298d3a5ca015806a20476e3ad6c9cf81210216de33c2087c90280d2cd38198d4cd78a75ca14fa4e13508a2f00ea7
languageName: node
linkType: hard

Expand Down

0 comments on commit b1d1f8c

Please sign in to comment.