Skip to content

Commit

Permalink
chore: upgrade local plugin registry to use openvsx-server 0.14.5 (#1899
Browse files Browse the repository at this point in the history
)

* use openvsx 0.14.5; decrease timeout

Signed-off-by: Valeriy Svydenko <[email protected]>

---------

Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Mar 22, 2024
1 parent dc1e777 commit ccdf42d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

# OpenVSX
FROM ghcr.io/eclipse/openvsx-server:v0.14.1 AS openvsx-server
FROM ghcr.io/eclipse/openvsx-server:v0.14.5 AS openvsx-server

# UBI Builder
# https://registry.access.redhat.com/ubi8/ubi
Expand Down
3 changes: 3 additions & 0 deletions build/dockerfiles/import-vsix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ for i in $(seq 0 "$((numberOfExtensions - 1))"); do
# publish the file
ovsx publish "${vsixFilename}"

# wait for the extension to be published
sleep 5

# remove the downloaded file
rm "${vsixFilename}"

Expand Down

0 comments on commit ccdf42d

Please sign in to comment.