Skip to content

Commit 03295e3

Browse files
roboquatmustard-mh
andauthored
[VS Code Browser] Build stable code 1.95.0 (#20333)
* [VS Code Browser] Build stable code `1.95.0` * Use latet dockerfile --------- Co-authored-by: Huiwen <[email protected]>
1 parent 064d441 commit 03295e3

File tree

4 files changed

+9
-166
lines changed

4 files changed

+9
-166
lines changed

WORKSPACE.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaultArgs:
77
publishToNPM: true
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: df9057e10ad761c6a8378b72b37554c1458256e3
11-
codeVersion: 1.94.2
10+
codeCommit: 95cd0fc82319b9a57b8f01d1522b833beee19b02
11+
codeVersion: 1.95.0
1212
codeQuality: stable
1313
codeWebExtensionCommit: 7ff72a2938a7a06cbdf3964590f7e9b7525958f3
1414
xtermCommit: d547d4ff4590b66c3ea24342fc62e3afcf6b77bc

components/ide/code/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages:
2525
- codeQuality
2626
- codeVersion
2727
config:
28-
dockerfile: leeway.nightly.Dockerfile
28+
dockerfile: leeway.Dockerfile
2929
metadata:
3030
helm-component: workspace.codeImage
3131
buildArgs:

components/ide/code/leeway.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@ RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
125125
mv product.json.tmp product.json && \
126126
jq '{quality,nameLong,nameShort}' product.json
127127

128-
RUN npm run gulp compile-build \
129-
&& npm run gulp extensions-ci \
130-
&& npm run gulp minify-vscode-reh \
131-
&& npm run gulp vscode-web-min-ci \
132-
&& npm run gulp vscode-reh-linux-x64-min-ci
128+
RUN npm run gulp compile-build
129+
RUN npm run gulp extensions-ci
130+
RUN npm run gulp minify-vscode-reh
131+
RUN npm run gulp vscode-web-min-ci
132+
RUN npm run gulp vscode-reh-linux-x64-min-ci
133133

134134
# config for first layer needed by blobserve
135135
# this custom urls will be then replaced by blobserve.
136136
# Check pkg/blobserve/blobserve.go, `inlineVars` method
137-
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.esm.html /vscode-web/index.html \
137+
RUN cp /vscode-web/out/vs/gitpod/browser/workbench/workbench.html /vscode-web/index.html \
138138
&& cp /vscode-web/out/vs/gitpod/browser/workbench/callback.html /vscode-web/callback.html \
139139
&& sed -i -e "s/{{VERSION}}/$CODE_QUALITY-$CODE_COMMIT/g" /vscode-web/index.html
140140

components/ide/code/leeway.nightly.Dockerfile

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)