diff --git a/build/dockerfiles/Dockerfile b/build/dockerfiles/Dockerfile index 6d76ea687..39d54cc5c 100644 --- a/build/dockerfiles/Dockerfile +++ b/build/dockerfiles/Dockerfile @@ -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 diff --git a/build/dockerfiles/import-vsix.sh b/build/dockerfiles/import-vsix.sh index 430f19527..d69e5b722 100755 --- a/build/dockerfiles/import-vsix.sh +++ b/build/dockerfiles/import-vsix.sh @@ -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}"