-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Increase image versions to 0.8.1.MS3 - Explicitly reference image tag in vscode activity Dockerfile because currently no latest image is published for theiacloud/theia-cloud-demo
- Loading branch information
1 parent
6364e21
commit 4fda0b0
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM theiacloud/theia-cloud-demo as production-stage | ||
FROM theiacloud/theia-cloud-demo:0.8.1.MS3 as production-stage | ||
|
||
COPY --chown=theia:theia theiacloud-monitor-0.8.1.vsix /home/theia/applications/browser/plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ issuer: | |
email: [email protected] | ||
|
||
image: | ||
name: theiacloud/theia-cloud-demo:0.8.1.MS2 | ||
name: theiacloud/theia-cloud-demo:0.8.1.MS3 | ||
pullSecret: "" | ||
timeoutStrategy: "FIXEDTIME" | ||
timeoutLimit: "30" | ||
|
@@ -22,7 +22,7 @@ hosts: | |
instance: ws.theia-cloud.io | ||
|
||
landingPage: | ||
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS2 | ||
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS3 | ||
appDefinition: "theia-cloud-demo" | ||
ephemeralStorage: true | ||
additionalApps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters