Commit Graph

14 Commits

Author SHA1 Message Date
94aa7d8d53 chore(ci): Bump to 3.5 Docker images. 2024-02-09 14:32:46 -08:00
4ff1a4d3ea refactor: Move to updated Docker images. 2023-04-05 22:55:38 -07:00
94ac100b6b refactor: Move to Zephyr v3.0.0 + ZMK fixes. 2022-04-03 00:10:29 -04:00
5cc7c280a5 refactor: Move to explicit docker.io/* image references.
* 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.
2021-10-23 15:33:42 -04:00
03a3968018 feat(devcontainer): bump zmk-dev-arm to 2.5
PR: https://github.com/zmkfirmware/zmk/pull/736
2021-07-17 17:04:25 -04:00
5989d8cb26 feat(devcontainer): upgrade to zmk-dev-arm:2.4
PR: #467
2020-12-14 12:41:25 -05:00
5f9244fc21 feat(devcontainer): supersede zephyr-west-action-arm with zmk-dev-arm
PR: #481
2020-12-10 14:01:59 -05:00
efe18a995b Setup locales so make mnuconfig works properly inside the dev container ; add nano to the dev container so git has a valid editor in case users use git directly within the container 2020-11-27 21:22:58 -05:00
db40fbad59 Conditionally source zephyr-env.sh in .bashrc 2020-10-09 19:09:11 -07:00
63931a7068 Accept suggestions
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
2020-10-09 19:09:11 -07:00
42d1915ced Use spaces, not tabs 2020-10-09 18:54:27 -07:00
9b29f9b861 Install SSH and GPG into container
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!
2020-10-09 18:54:27 -07:00
5bd09b586e Remove Dockerfile in favor of image
Per the docs, we can directly specify an image in devcontainer.json:
https://code.visualstudio.com/docs/remote/devcontainerjson-reference
2020-10-09 18:54:27 -07:00
9231f6c57b Add VSCode devcontainer configuration 2020-10-09 18:54:27 -07:00