<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/.devcontainer, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>refactor: Move to explicit docker.io/* image references.</title>
<updated>2021-10-23T19:33:42+00:00</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-10-18T18:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=5cc7c280a5d97df99e08bace0e373e24cad13abd'/>
<id>5cc7c280a5d97df99e08bace0e373e24cad13abd</id>
<content type='text'>
* 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(devcontainer): bump `zmk-dev-arm` to `2.5`</title>
<updated>2021-07-17T21:04:25+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2021-06-19T10:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=03a39680180a0d459d054193c44228a1987ca11c'/>
<id>03a39680180a0d459d054193c44228a1987ca11c</id>
<content type='text'>
PR: https://github.com/zmkfirmware/zmk/pull/736</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: https://github.com/zmkfirmware/zmk/pull/736</pre>
</div>
</content>
</entry>
<entry>
<title>feat(devcontainer): add volume mounts for zephyr, modules and tools</title>
<updated>2020-12-18T14:18:08+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-15T14:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=3b77266bbb43d54a07acf79733190714965ea37e'/>
<id>3b77266bbb43d54a07acf79733190714965ea37e</id>
<content type='text'>
This effectively caches Zephyr and its dependencies.  It also shares them between containers.

PR: #519</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This effectively caches Zephyr and its dependencies.  It also shares them between containers.

PR: #519</pre>
</div>
</content>
</entry>
<entry>
<title>feat(devcontainer): persist bash history</title>
<updated>2020-12-17T21:51:06+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-03T07:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=b507f9809af6d86aea26b54c327f0a208d35d25b'/>
<id>b507f9809af6d86aea26b54c327f0a208d35d25b</id>
<content type='text'>
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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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</pre>
</div>
</content>
</entry>
<entry>
<title>feat(devcontainer): add volume mount for root user</title>
<updated>2020-12-15T03:49:28+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-03T06:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=019f7f5465c97bef78bbe490d6b33a5ba7ea61fc'/>
<id>019f7f5465c97bef78bbe490d6b33a5ba7ea61fc</id>
<content type='text'>
Caches VS Code extensions and other profile settings between zmk containers.

Based on advice from KemoNine.

PR: #479</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caches VS Code extensions and other profile settings between zmk containers.

Based on advice from KemoNine.

PR: #479</pre>
</div>
</content>
</entry>
<entry>
<title>feat(devcontainer): upgrade to zmk-dev-arm:2.4</title>
<updated>2020-12-14T17:41:25+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-03T11:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=5989d8cb2672a24143d4ce2dc945377d15ecd0cc'/>
<id>5989d8cb2672a24143d4ce2dc945377d15ecd0cc</id>
<content type='text'>
PR: #467</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: #467</pre>
</div>
</content>
</entry>
<entry>
<title>feat(devcontainer): supersede zephyr-west-action-arm with zmk-dev-arm</title>
<updated>2020-12-10T19:01:59+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-09T21:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=5f9244fc21f063d68cc600667d56fda87357e424'/>
<id>5f9244fc21f063d68cc600667d56fda87357e424</id>
<content type='text'>
PR: #481</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: #481</pre>
</div>
</content>
</entry>
<entry>
<title>feat(devcontainer): add forwardPorts 3000</title>
<updated>2020-12-08T05:44:07+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-03T01:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=a9f257cdecf7ffa2edb082e5080dbdfea047e82b'/>
<id>a9f257cdecf7ffa2edb082e5080dbdfea047e82b</id>
<content type='text'>
Required for testing the documentation with the host's browser.

PR: #477</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Required for testing the documentation with the host's browser.

PR: #477</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(devcontainer): reorder properties</title>
<updated>2020-12-07T03:54:07+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-03T01:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=a6a64873af94a6025bfde2172262e3031295ee59'/>
<id>a6a64873af94a6025bfde2172262e3031295ee59</id>
<content type='text'>
Reorder the file so that related properties are roughly grouped together and the order is more logical.

PR: #476</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorder the file so that related properties are roughly grouped together and the order is more logical.

PR: #476</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(devcontainer): format with prettier</title>
<updated>2020-12-05T14:29:33+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-03T00:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=2f9e8ea3c178a735b8132a656d69f06dfbdcdb71'/>
<id>2f9e8ea3c178a735b8132a656d69f06dfbdcdb71</id>
<content type='text'>
PR: #474</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: #474</pre>
</div>
</content>
</entry>
</feed>
