Skip to content

Commit

Permalink
fixup! feat: Allow to use OpenVsx in plug-in registry
Browse files Browse the repository at this point in the history
Change-Id: I9c3b4c2a54ab00039e5eb4403783003fbdad8c5e
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Jul 26, 2022
1 parent 4ff1b04 commit 4740134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ COPY v3/images/*.png /mnt/rootfs/var/www/html/v3/images/
# Use scratch image and then copy ubi fs
FROM scratch
COPY --from=ubi-builder /mnt/rootfs/ /
COPY /vsix /vsix
# include the vsix we need
#COPY /vsix /vsix
# Add UTF-8 for the database
RUN localedef -f UTF-8 -i en_US en_US.UTF-8 && \
usermod -a -G apache,root,postgres postgres
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfiles/import-vsix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export OVSX_REGISTRY_URL=http://localhost:9000
export OVSX_PAT=eclipse_che_token

ovsx create-namespace redhat
ovsx publish /vsix/_jbosstools_static_jdt_ls_stable-java-0.82.0-369.vsix
#ovsx publish /vsix/_jbosstools_static_jdt_ls_stable-java-0.82.0-369.vsix

# drop user
psql -c "ALTER TABLE personal_access_token DISABLE TRIGGER ALL;"
Expand Down

0 comments on commit 4740134

Please sign in to comment.