Age | Commit message (Collapse) | Author |
|
* Some runtimes (e.g. podman), require explicit registries in image URLs
or will prompt for the user to select one, which breaks things like
VSCode remote container rebuilds.
|
|
PR: https://github.com/zmkfirmware/zmk/pull/736
|
|
This effectively caches Zephyr and its dependencies. It also shares them between containers.
PR: #519
|
|
When combined with the root user volume, this commit instructs bash to save each command to the bash history after execution, thereby sharing the bash history between any containers that use the volume.
Based on the advice of KemoNine.
PR: #480
|
|
Caches VS Code extensions and other profile settings between zmk containers.
Based on advice from KemoNine.
PR: #479
|
|
PR: #467
|
|
PR: #481
|
|
Required for testing the documentation with the host's browser.
PR: #477
|
|
Reorder the file so that related properties are roughly grouped together and the order is more logical.
PR: #476
|
|
PR: #474
|
|
add nano to the dev container so git has a valid editor in case users use git directly within the container
|
|
|
|
|
|
This permits users to check ZMK out into arbitrarily-named directories
|
|
|
|
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
|
|
|
|
Brings back the dockerfile so we can install SSH and GPG into it.
This fixes git actions with SSH remotes, and GPG signing now
works out of the box.
This commit was made from inside the container!
|
|
Per the docs, we can directly specify an image in devcontainer.json:
https://code.visualstudio.com/docs/remote/devcontainerjson-reference
|
|
|