Skip to content

Commit

Permalink
feat(extension): update openshift-connector plugin (#29)
Browse files Browse the repository at this point in the history
* feat(extension): update openshift-connector plugin

Signed-off-by: Igor Vinokur <[email protected]>

* chore: try to upgrade npm

Signed-off-by: svor <[email protected]>

* chore: upgrade base image

Signed-off-by: svor <[email protected]>

* chore: try to upgrade npm

Signed-off-by: svor <[email protected]>

Co-authored-by: svor <[email protected]>
  • Loading branch information
vinokurig and svor authored Nov 4, 2021
1 parent 1cb50f5 commit a21efef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

# https://catalog.redhat.com/software/containers/ubi8/nodejs-12/5d3fff015a13461f5fb8635a?tag=1-70
FROM registry.access.redhat.com/ubi8/nodejs-12:1-70
FROM registry.access.redhat.com/ubi8/nodejs-14:1-50

ARG extension_repository
ARG extension_revision
Expand All @@ -17,6 +17,8 @@ ARG extension_name
USER root
WORKDIR /

RUN npm install -g npm@latest

RUN mkdir ./${extension_name}-src && cd ./${extension_name}-src && \
git clone ${extension_repository} ${extension_name} && \
cd ./${extension_name} && git checkout ${extension_revision} && \
Expand Down
2 changes: 1 addition & 1 deletion vscode-openshift-connector/extension.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"repository": "https://github.com/redhat-developer/vscode-openshift-tools",
"revision": "v0.2.9"
"revision": "v0.2.11"
}

0 comments on commit a21efef

Please sign in to comment.