Skip to content

Commit c8b39c8

Browse files
ci: [sync] Update from che-incubator/che-code @ 2a863
Signed-off-by: devspacesbuild <[email protected]>
1 parent f73bb00 commit c8b39c8

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

devspaces-code/build/dockerfiles/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM quay.io/devspaces/machineexec-rhel8:3.12 as machine-exec
1818
##################################################################################################################
1919

2020
# https://registry.access.redhat.com/ubi8/nodejs-20
21-
FROM registry.access.redhat.com/ubi8/nodejs-20:1-69.1732637112 as linux-libc-ubi8-builder
21+
FROM registry.access.redhat.com/ubi8/nodejs-20:1-71 as linux-libc-ubi8-builder
2222

2323
USER root
2424

@@ -84,7 +84,7 @@ RUN npm install \
8484
##################################################################################################################
8585

8686
# https://registry.access.redhat.com/ubi9/nodejs-20
87-
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1734533718 as linux-libc-ubi9-builder
87+
FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1734597699 as linux-libc-ubi9-builder
8888

8989
USER root
9090

devspaces-code/build/dockerfiles/brew.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#########################################################################
1717

1818
# https://registry.access.redhat.com/ubi8/nodejs-20
19-
FROM registry.redhat.io/ubi8/nodejs-20:1-69.1732637112 as checode-linux-libc-ubi8-builder
19+
FROM registry.redhat.io/ubi8/nodejs-20:1-71 as checode-linux-libc-ubi8-builder
2020
# hadolint ignore=DL3002
2121
USER root
2222

@@ -214,7 +214,7 @@ RUN npm install \
214214
#########################################################################
215215

216216
# https://registry.access.redhat.com/ubi9/nodejs-20
217-
FROM registry.redhat.io/ubi9/nodejs-20:9.5-1734533718 as checode-linux-libc-ubi9-builder
217+
FROM registry.redhat.io/ubi9/nodejs-20:9.5-1734597699 as checode-linux-libc-ubi9-builder
218218
# hadolint ignore=DL3002
219219
USER root
220220

devspaces-code/code/extensions/package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devspaces-code/code/extensions/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"description": "Dependencies shared by all extensions",
66
"dependencies": {
7-
"typescript": "^5.7.0-dev.20241030"
7+
"typescript": "^5.7.0-dev.20241030",
8+
"tslib": "^2.0.0"
89
},
910
"scripts": {
1011
"postinstall": "node ./postinstall.mjs"

devspaces-code/fetch-artifacts-url.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
source-sha256: 79a5c00856c864d27232a8cbdf91c24ca1d841104a7b49f2f4c34d935f1151f6
2222
#ms-vscode.js-debug
2323
- url: https://download.devel.redhat.com/rcm-guest/staging/devspaces/build-requirements/devspaces-3.18-pluginregistry/plugins/ms-vscode.js-debug.vsix
24-
sha256: 10fa8ebe1b9f1c5704daf0fecc012ae7d1d128deb55c68be84b5d3ad3badade5
24+
sha256: f86dce5d3b18134f61df2704d488695659af89ff4dd60cefa5ec40ebb181aaf2
2525
source-url: https://download.devel.redhat.com/rcm-guest/staging/devspaces/build-requirements/devspaces-3.18-pluginregistry/sources/ms-vscode.js-debug-sources.tar.gz
26-
source-sha256: bb73c9821747d90a8d8d35b340d36826f8eb9c9e59fcb72ed86ca342a91cf270
26+
source-sha256: 82cc8e2cb95342cacd0a2abcb525c0085a4b0878b07527cba21d40869bde07f0
2727
#ms-vscode.vscode-js-profile-table
2828
- url: https://download.devel.redhat.com/rcm-guest/staging/devspaces/build-requirements/devspaces-3.18-pluginregistry/plugins/ms-vscode.vscode-js-profile-table.vsix
2929
sha256: 71a5d429d104809e0406c5aca526d5b4bfdd50a90a739291d33e6189610703e2

0 commit comments

Comments
 (0)