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
|
|
PR: #467
|
|
PR: #481
|
|
add nano to the dev container so git has a valid editor in case users use git directly within the container
|
|
|
|
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
|
|
|