build tagged versions of ncs that never changes #60
-
I have seen that all docker images are rebuild daily, I would like to have a docker image based on git tag of NCS, that does not change once it is build. This would help me with using the docker image as VSCode devcontainer for day to day work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The thing is that they do change, because the build chain does not use fixed dependencies. This repo's purpose is to provide a Docker image that can build a NCS sample / application with the latest dependencies. It's purpose is not to provide an archive of build tools. |
Beta Was this translation helpful? Give feedback.
The thing is that they do change, because the build chain does not use fixed dependencies. This repo's purpose is to provide a Docker image that can build a NCS sample / application with the latest dependencies. It's purpose is not to provide an archive of build tools.