Skip to content

Commit 14d3118

Browse files
committed
Use latet dockerfile
1 parent 0ce2b78 commit 14d3118

File tree

3 files changed

+7
-164
lines changed

3 files changed

+7
-164
lines changed

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)