Skip to content

Releases: IRNAS/irnas-docker-software

v1.8.0

07 Nov 13:25
Compare
Choose a tag to compare

Release notes

Added

  • Add git to the ncs-zephyr CI image.

v1.7.0

25 Oct 09:50
Compare
Choose a tag to compare

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 to bash -l {0} to source the environment variables correctly. See warning in the
    README.md for more information.

v1.6.0

11 Oct 07:12
Compare
Choose a tag to compare

Release notes

Added

  • zsh image-type to the ncs-zephyr Docker image. This image-type is based on the devand 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 the ENTRYPOINT command,
    however that approach didn't always work with VSCode's Dev Containers.

v1.5.0

24 Sep 12:59
Compare
Choose a tag to compare

Release notes

Added

  • Add vim, nano and tmux to the ncs-zephyr Docker image.
  • Add jq to both ncs-zephyr and vanilla-zephyr Docker images, as IRNAS's projects depend on it.
    @Finwood found the missing dependency and contributed a fix in #5.

Fixed

  • Add missing clangd symlink in ncs-zephyr.

v1.4.1

23 Aug 12:25
Compare
Choose a tag to compare

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

16 Aug 08:19
Compare
Choose a tag to compare

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

14 Aug 11:42
Compare
Choose a tag to compare

Release notes

Added

  • ssh program to the ncs-zephyr Dockerfile.

v1.2.0

02 Aug 10:45
Compare
Choose a tag to compare

Release notes

v1.1.0

12 Jul 12:38
Compare
Choose a tag to compare

Release notes

Added

  • OpenOCD into vanilla Zephyr Dev Dockerfile.

v1.0.1

09 Jul 12:10
Compare
Choose a tag to compare

Release notes

Fixed

  • Fixed publish workflow for vanilla Zephyr Dev image.