Skip to content

Releases: keenanjohnson/modustoolbox-docker

V1.1 Modustoolbox 3.1

14 Sep 01:15

Choose a tag to compare

This release upgrades Modustoolbox to 3.1.0.12257.

V1.0.1 Add Vim

06 Jun 22:15
eb326d4

Choose a tag to compare

V1.0.0 Release

06 May 04:35
98244cb

Choose a tag to compare

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