Releases: IRNAS/irnas-docker-software
Releases · IRNAS/irnas-docker-software
v1.8.0
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.
v1.2.0
Release notes
v1.1.0
Release notes
Added
- OpenOCD into vanilla Zephyr Dev Dockerfile.
v1.0.1
Release notes
Fixed
- Fixed publish workflow for vanilla Zephyr Dev image.