<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker image build for building nRF Connect SDK applications</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106811/docker-image-build-for-building-nrf-connect-sdk-applications</link><description>I am trying to create a docker image using this below GitHub example with whole nRF VS Code development environment. 
 https://github.com/NordicPlayground/nrf-docke r 
 
 After creation of docker container, although I see nRF SDK is installed in the directory</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Jan 2024 12:02:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106811/docker-image-build-for-building-nrf-connect-sdk-applications" /><item><title>RE: Docker image build for building nRF Connect SDK applications</title><link>https://devzone.nordicsemi.com/thread/462866?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2024 12:02:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25dc6cf4-b0d7-41fb-9dc7-bf42cc45138d</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have contacted the team responsible for nrf-docker and asked for some tips on this. Thank you for your patience.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Docker image build for building nRF Connect SDK applications</title><link>https://devzone.nordicsemi.com/thread/462167?ContentTypeID=1</link><pubDate>Mon, 01 Jan 2024 07:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7193162e-d3e4-4f0b-ace3-49e3be767dec</guid><dc:creator>Prateek2203</dc:creator><description>&lt;p&gt;Yeah, I am building from source using Microsoft image.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;FROM&lt;/span&gt;&lt;span&gt; mcr.microsoft.com/&lt;/span&gt;&lt;span&gt;devcontainers/universal&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;2&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;and adding dockerfile present in below link:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;a href="https://github.com/NordicPlayground/nrf-docker"&gt;GitHub - NordicPlayground/nrf-docker: Dockerfile example for building nRF Connect SDK applications&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1704093582376v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Docker image build for building nRF Connect SDK applications</title><link>https://devzone.nordicsemi.com/thread/462077?ContentTypeID=1</link><pubDate>Fri, 29 Dec 2023 10:33:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35a249e4-a6a9-45a1-bb73-648de81a1160</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am currently looking for a way to make this work, but I am struggling a bit. I have not been able to find the docker image of NCS from the nRF Connect for VS Code extension, but I have seen that it can be found from the &lt;a href="https://code.visualstudio.com/docs/devcontainers/containers"&gt;Dev Container&lt;/a&gt; extension when I am building a sample with docker. I will try some more and also post a question internally.&lt;/p&gt;
&lt;p&gt;The documentation you linked has two methods for getting the docker image: Are you building from source or using the pre-built image?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Docker image build for building nRF Connect SDK applications</title><link>https://devzone.nordicsemi.com/thread/461528?ContentTypeID=1</link><pubDate>Fri, 22 Dec 2023 08:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:171ab0ca-991e-45b5-9481-c93ba62afc7b</guid><dc:creator>Prateek2203</dc:creator><description>&lt;p&gt;Operating system:&amp;nbsp;20.04.6 LTS (Focal Fossa)&lt;/p&gt;
&lt;p&gt;VS Code version:&amp;nbsp;1.85.1&lt;/p&gt;
&lt;p&gt;Currently, NRF Connect extension will find the NRF SDK if install manually inside docker container by following command :&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;west init -m &lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github.com/.../sdk-nrf&lt;/a&gt; --mr v2.3.0&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Docker image build for building nRF Connect SDK applications</title><link>https://devzone.nordicsemi.com/thread/461300?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2023 14:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72611a06-e48e-4216-9180-acf40d01019e</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello Prateek,&lt;/p&gt;
&lt;p&gt;Please fill in the following information:&lt;/p&gt;
&lt;p&gt;Operating system:&lt;/p&gt;
&lt;p&gt;VS Code version:&lt;/p&gt;
&lt;p&gt;nRF Connect for VS Code version:&lt;/p&gt;
[quote user=""]After creation of docker container, although I see nRF SDK is installed in the directory &amp;quot;/workdir/&amp;quot;. But VS Code&amp;#39;s nRF connect extension unable to find NRF SDK in the container.[/quote]
&lt;p&gt;How do you try to find nRF Connect SDK currently?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>