Add a support for developing osbuild via Visual Studio Code Remote Containers[1]. VS Code, if the extension is installed, will automatically build the specified container via the supplied Dockerfile and start a a VS Code server instance in it and connect to it. The container has the dependencies to develop osbuild, which includes running the test and building images. For this the container is started with `--privileged` since osbuild needs various capabilities. NB: not all extensions that are installed on the host are automatically installed; instead a handful of basic ones that are needed for python development are pre-installed. [1] https://code.visualstudio.com/docs/remote/containers |
||
|---|---|---|
| .. | ||
| devcontainer.json | ||
| Dockerfile | ||