Skip to content

Commit 8256353

Browse files
authored
Merge pull request #3 from codesandbox/draft/goofy-cookies
motd changes for universal containers
2 parents aaa9c2d + 778a118 commit 8256353

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
image: [
19-
"typescript-node",
20-
"universal"
21-
]
18+
image: ["typescript-node", "universal"]
2219

2320
steps:
2421
- name: Checkout
@@ -36,6 +33,6 @@ jobs:
3633
with:
3734
subFolder: ${{ matrix.image }}
3835
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
39-
imageTag: latest,0.2
36+
imageTag: latest,0.3
4037
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
41-
push: always
38+
push: always

universal/.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM mcr.microsoft.com/devcontainers/universal:2-focal
22

3-
USER root
3+
USER root
4+
5+
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
👋 Welcome to CodeSandbox! You are on our default devcontainer image environment.
2+
- It includes runtimes and tools for Python, Node.js, Docker, and more. See the full list here: https://github.com/devcontainers/images/tree/main/src/universal
3+
- Want to use a custom image instead? Learn more here: https://codesandbox.io/docs/learn/environment/devcontainers
4+
5+
🔍 To explore VS Code to its fullest, search using the Command Palette (Cmd/Ctrl + Shift + P or F1).
6+
7+
🔥 We automatically snapshot your VM when it hibernates, so you can get back to coding within 2 seconds after a break.
8+
9+
🗒️ We’re running VSCode in the browser, you can install your own extensions and set your own keybindings/settings. You can also open this environment in your own VSCode.

0 commit comments

Comments
 (0)