Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPENVSX_VERSION": "v0.27.0",
"OPENVSX_VERSION": "v0.29.0",
"CHE_CODE_VERSION": "1.100.3"
}
8 changes: 3 additions & 5 deletions build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# IBM Corporation - implementation
#

# https://registry.access.redhat.com/rhel8/postgresql-15
FROM registry.redhat.io/rhel8/postgresql-15:1-50.1708914865
# https://registry.access.redhat.com/rhel9/postgresql-15
FROM registry.redhat.io/rhel9/postgresql-15:1-1760372009
USER 0
WORKDIR /

Expand Down Expand Up @@ -119,12 +119,10 @@ RUN chmod 777 /var/run/postgresql && \
mkdir -p /tmp/extensions && \
initdb && \
/usr/local/bin/import_vsix.sh && \
chmod -R 777 /tmp/file && \
chmod -R 777 /tmp/extensions && \
rm /var/lib/pgsql/15/data/database/postmaster.pid && \
rm /var/run/postgresql/.s.PGSQL* && \
rm /tmp/.s.PGSQL* && \
rm /tmp/.lock
rm /tmp/.s.PGSQL*

RUN \
echo "Change permissions for postgres user" && \
Expand Down
12 changes: 3 additions & 9 deletions build/dockerfiles/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ spring:
jdbc:
initialize-schema: never

security:
oauth2:
client:
registration:
github:
client-id: foo
client-secret: foo

management:
health:
probes:
Expand Down Expand Up @@ -75,6 +67,8 @@ bucket4j:
enabled: false

ovsx:
redis:
enabled: false
elasticsearch:
enabled: false
clear-on-start: true
Expand All @@ -85,7 +79,7 @@ ovsx:
databasesearch:
enabled: true
registry:
version: 'v0.19.0'
version: 'v0.29.0'
storage:
local:
directory: /tmp/extensions
6 changes: 3 additions & 3 deletions build/dockerfiles/openvsx-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# SPDX-License-Identifier: EPL-2.0
#

# https://registry.access.redhat.com/ubi8/ubi
FROM registry.access.redhat.com/ubi8/ubi:8.9-1028 as builder
# https://registry.access.redhat.com/ubi9/ubi
FROM registry.access.redhat.com/ubi9/ubi:9.6-1760340943 as builder

RUN yum install java-17-openjdk-devel git jq unzip curl -y --nodocs && \
RUN yum install java-17-openjdk-devel git jq unzip -y --nodocs && \
yum update -q -y

ARG OPENVSX_VERSION
Expand Down
4 changes: 2 additions & 2 deletions build/dockerfiles/ovsx-installer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# SPDX-License-Identifier: EPL-2.0
#

# https://registry.access.redhat.com/ubi8/nodejs-18
FROM registry.access.redhat.com/ubi8/nodejs-18:1-81 as builder
# https://registry.access.redhat.com/ubi9/nodejs-20
FROM registry.access.redhat.com/ubi9/nodejs-20:1-1760386460 as builder
USER 1001
# TODO: do we need to use a cache folder here?
ENV npm_config_cache=/tmp/opt/cache
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfiles/rhel.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ${DNF} -y install \
${DNF} -y module reset nodejs && \
${DNF} -y module enable nodejs:${NODEJS_VERSION} && \
ln -s /usr/lib/node_modules/nodemon/bin/nodemon.js /usr/bin/nodemon && \
${DNF} install -y --setopt=tsflags=nodocs nodejs npm nodejs-nodemon nss_wrapper make gcc gcc-c++ libatomic_ops git openssl-devel && \
${DNF} install -y --setopt=tsflags=nodocs nodejs npm nodejs-nodemon nss_wrapper make gcc gcc-c++ git openssl-devel && \
${DNF} -y update && ${DNF} -y clean all && rm -rf /var/cache/yum /var/log/dnf* /var/log/yum.* && \
echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"

Expand Down
46 changes: 23 additions & 23 deletions openvsx-sync.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
"id": "redhat.vscode-yaml",
"version": "1.18.0"
"version": "1.19.1"
},
{
"id": "vscode.github-authentication",
Expand All @@ -53,27 +53,27 @@
},
{
"id": "eclipse-cdt.cdt-gdb-vscode",
"version": "2.2.0"
"version": "2.4.1"
},
{
"id": "bmewburn.vscode-intelephense-client",
"version": "1.14.4"
},
{
"id": "ms-python.python",
"version": "2025.4.0"
"version": "2025.16.0"
},
{
"id": "ms-python.black-formatter",
"version": "2024.6.0"
"version": "2025.2.0"
},
{
"id": "ms-python.debugpy",
"version": "2025.6.0"
"version": "2025.14.1"
},
{
"id": "ms-python.pylint",
"version": "2024.2.0"
"version": "2025.2.0"
},
{
"id": "ms-python.isort",
Expand Down Expand Up @@ -101,15 +101,15 @@
},
{
"id": "golang.Go",
"version": "0.48.0"
"version": "0.50.0"
},
{
"id": "ms-kubernetes-tools.vscode-kubernetes-tools",
"version": "1.3.25"
},
{
"id": "redhat.java",
"version": "1.44.0"
"version": "1.46.0"
},
{
"id": "vscjava.vscode-java-debug",
Expand All @@ -133,15 +133,15 @@
},
{
"id": "redhat.fabric8-analytics",
"version": "0.9.6"
"version": "0.10.1"
},
{
"id": "redhat.vscode-redhat-account",
"version": "0.2.0"
},
{
"id": "redhat.vscode-openshift-connector",
"version": "1.20.0"
"version": "1.21.0"
},
{
"id": "xdebug.php-debug",
Expand All @@ -153,11 +153,11 @@
},
{
"id": "muhammad-sammy.csharp",
"version": "2.84.19"
"version": "2.90.60"
},
{
"id": "SonarSource.sonarlint-vscode",
"version": "4.29.0"
"version": "4.33.0"
},
{
"id": "vscode.git-base",
Expand All @@ -177,27 +177,27 @@
},
{
"id": "atlassian.atlascode",
"version": "3.8.10"
"version": "4.0.4"
},
{
"id": "JFrog.jfrog-vscode-extension",
"version": "2.14.2"
"version": "2.14.5"
},
{
"id": "SonatypeCommunity.vscode-iq-plugin",
"version": "1.3.4"
},
{
"id": "GitLab.gitlab-workflow",
"version": "6.38.1"
"version": "6.49.11"
},
{
"id": "timonwong.shellcheck",
"version": "0.38.3"
},
{
"id": "redhat.ansible",
"version": "25.8.1"
"version": "25.9.0"
},
{
"id": "vscode.npm",
Expand All @@ -209,11 +209,11 @@
},
{
"id": "eamodio.gitlens",
"version": "17.3.4"
"version": "17.6.2"
},
{
"id": "Continue.continue",
"version": "1.0.24"
"version": "1.2.10"
},
{
"id": "typefox.open-collaboration-tools",
Expand All @@ -233,23 +233,23 @@
},
{
"id": "Zowe.vscode-extension-for-zowe",
"version": "3.2.2"
"version": "3.3.0"
},
{
"id": "Zowe.zowe-explorer-ftp-extension",
"version": "3.2.2"
"version": "3.3.0"
},
{
"id": "Zowe.cics-extension-for-zowe",
"version": "3.11.0"
"version": "3.13.2"
},
{
"id": "IBM.zopeneditor",
"version": "5.6.0"
"version": "5.7.1"
},
{
"id": "IBM.zopendebug",
"version": "5.5.1"
"version": "5.5.3"
},
{
"id": "Zowe.secrets-for-kubernetes",
Expand Down
Loading