Create 5 files
Create tasks.json
Merge pull request #1 from mojojoji/draft/frosty-drake
Draft/frosty drake
If the Dockerfile
instructions like FROM
is lowercase, the build fails with an error.
As per Dockerfile
reference (https://docs.docker.com/engine/reference/builder/#format), uppercase instructions are just a convention and lowercase also should be supported. With Docker CLI the lowercase instructions work as expected.
The instruction is not case-sensitive. However, convention is for them to be UPPERCASE to distinguish them from arguments more easily.
The following is the error thrown when building a Dockerfile
with lowercase from
TypeError: Cannot read properties of undefined (reading 'groups')
at _m (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:1805:15108)
at Doe (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:1893:2417)
at async EF (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:1893:1978)
at async fue (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:2020:19430)
at async lue (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:2020:17550)
{"outcome":"error","message":"Cannot read properties of undefined (reading 'groups')","description":"An error occurred building the container."}
Duplicate of #329
If the Dockerfile
instructions like FROM
is lowercase, the build fails with an error.
As per Dockerfile
reference (https://docs.docker.com/engine/reference/builder/#format), uppercase instructions are just a convention and lowercase also should be supported. With Docker CLI the lowercase instructions work as expected.
The instruction is not case-sensitive. However, convention is for them to be UPPERCASE to distinguish them from arguments more easily.
The following is the error thrown when building a Dockerfile
with lowercase from
TypeError: Cannot read properties of undefined (reading 'groups')
at _m (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:1805:15108)
at Doe (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:1893:2417)
at async EF (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:1893:1978)
at async fue (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:2020:19430)
at async lue (/Users/joji/.vscode/extensions/ms-vscode-remote.remote-containers-0.266.1/dist/spec-node/devContainersSpecCLI.js:2020:17550)
{"outcome":"error","message":"Cannot read properties of undefined (reading 'groups')","description":"An error occurred building the container."}
Update 2 files
Add htop
Update index.tsx
Merge pull request #3 from codesandbox/draft/eloquent-hawking
Format index.tsx
Update Next.js (#5)
Delete .codesandbox directory
remove config to test with inferrence
Update README.md (#7)
update nix config (#13)
Update README.md
Update tsconfig.json
Update README.md
Update README.md
Update README.md
chore(dev): delete nix config (#31)