Skip to content

1.0.1b

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 14:59

MadScienceLab Docker Images Builds

Each build produces multiple variants of the throwtheswitch/madsciencelab Docker images containing Ceedling and its supporting frameworks as well as various utilities and compilation toolchains. Each image built from this repository targets multiple runtime host platforms.

Build types (via Github Actions):

  1. A dev build of this repository generates files and validates the Docker image build.
  2. A release build adds to (1) by also pushing the resulting Docker images to Docker Hub.

See the Docker Hub repository for official releases of the resulting Docker images and their documentation.

Versioning of this repository and the resulting tags in Docker Hub tracks Ceedling’s version. Docker image changes are maintained with a lowercase letter suffix appended to the version of Ceedling contained in each image itself.

Build Artifacts

  • A zip archive for each Docker image containing the generated Dockerfile and any other generated file artifacts used to build the image in Docker Hub.
  • A zip archive of the entire project including the static assets used to build the Docker images.

See this reository’s documentation for instructions on how to use the tools of this repository and how to manually build the Docker images this repository maintains.

Changelog

Added

  • Expanded and updated documentation in README (including license information)
  • MIT license file
  • Licensing information metadata labels in all generated Dockerfiles

Fixed

  • N/A

Changed

  • N/A

Removed

  • N/A