Releases: keenanjohnson/modustoolbox-docker
V1.1 Modustoolbox 3.1
This release upgrades Modustoolbox to 3.1.0.12257.
V1.0.1 Add Vim
v1.0.1
V1.0.0 Release
Features
This is a linux/amd64 docker image based on ubuntu:20.04.
It contains the ModusToolBox Software from Infineon.
Current Version: 3.0.0.9369
You can inspect the contents of what will be installed in the docker container in the ModusToolbox directory.
The enviroment variable: CY_TOOLS_PATHS is already set inside of the docker container and points to the install directory for Modustoolbox. This means that if you set up a ModusToolbox project, you should be able to run make build
to build the project.
Usage
Pull this image with the following command:
docker pull --platform=linux/amd64 ghcr.io/keenanjohnson/modustoolbox-docker:main
or from within a Dockerfile:
FROM --platform=linux/amd64 ghcr.io/keenanjohnson/modustoolbox-docker:main ghcr.io/keenanjohnson/modustoolbox-docker:main