Releases: IRNAS/irnas-docker-software
Releases · IRNAS/irnas-docker-software
v1.10.0
v1.9.0
Release notes
Added
- Add bash completion to the Dev ncs-zephyr docker image.
v1.8.1
Release notes
This is a no-change release, it is only needed so that image with NCS v2.8.0 can be published.
v1.8.0
Release notes
Added
- Add
git
to the ncs-zephyr CI image.
v1.7.0
Release notes
Added
- Add
minicom
to the ncs-zephyr Docker image. - Make the
ncs-zephyr
Docker images suitable for use in the GitHub Actions. The default shell
needs to be set tobash -l {0}
to source the environment variables correctly. See warning in the
README.md for more information.
v1.6.0
Release notes
Added
zsh
image-type to the ncs-zephyr Docker image. This image-type is based on thedev
and contains
ZSH shell and some other tools for nicer developer experience.
Changed
- ncs-zephyr Docker image now adds environment variables of the toolchain-manager to the bashrc file
to provide access to the installed tools. Previously that was done by theENTRYPOINT
command,
however that approach didn't always work with VSCode's Dev Containers.
v1.5.0
v1.4.1
Release notes
Added
All below changes are related to the ncs-zephyr Docker image:
- Support for building the documentation with the Sphinx documentation tool.
- Support for running Codechecker and various static analysis tools: clangsa, clang-tidy and
cppcheck. - Support for clangd language server, useful for code navigation and completion inside VSCode's dev
container.
v1.3.2
Release notes
Removed
linux/arm64
build for vanilla-zephyr Docker image.
Fixed
- Fix the upload of the Docker image to the GitHub Container Registry.
v1.3.1
Release notes
Added
- ssh program to the ncs-zephyr Dockerfile.