File tree Expand file tree Collapse file tree
typescript-node/.devcontainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- image : ["typescript-node", "universal"]
18+ include :
19+ - image : " typescript-node"
20+ tag : " 22"
21+ - image : " typescript-node"
22+ tag : " 24"
23+ - image : " universal"
24+ tag : " 4.1.0-noble"
1925
2026 steps :
2127 - name : Checkout
3339 with :
3440 subFolder : ${{ matrix.image }}
3541 imageName : ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
36- imageTag : latest,0.5
42+ imageTag : ${{ matrix.tag }}
3743 cacheFrom : ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
3844 push : always
45+ env :
46+ TAG : ${{ matrix.tag }}
Original file line number Diff line number Diff line change 1+ ARG TAG=24
2+ FROM mcr.microsoft.com/devcontainers/typescript-node:${TAG}
Original file line number Diff line number Diff line change 11{
22 "name" : " CodeSandbox Typescript Node.js" ,
3- "image" : " mcr.microsoft.com/devcontainers/typescript-node:20" ,
3+ "build" : {
4+ "context" : " ." ,
5+ "dockerfile" : " Dockerfile" ,
6+ "args" : {
7+ "TAG" : " ${localEnv:TAG}"
8+ }
9+ },
410 "features" : {
511 "ghcr.io/codesandbox/devcontainer-features/codesandbox:0.1.4" : {}
612 },
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/universal:2-focal
1+ ARG TAG=4.1.0-noble
2+ FROM mcr.microsoft.com/devcontainers/universal:${TAG}
23
34USER root
45
Original file line number Diff line number Diff line change 22 "name" : " CodeSandbox Universal" ,
33 "build" : {
44 "context" : " ." ,
5- "dockerfile" : " Dockerfile"
5+ "dockerfile" : " Dockerfile" ,
6+ "args" : {
7+ "TAG" : " ${localEnv:TAG}"
8+ }
69 },
710 "features" : {
811 "ghcr.io/codesandbox/devcontainer-features/codesandbox:0.1.4" : {}
You can’t perform that action at this time.
0 commit comments