Skip to content

Version 1.5.3

Compare
Choose a tag to compare
@sshookman sshookman released this 02 Oct 15:15
· 87 commits to master since this release
cb8b44a

pip install skelebot==1.5.3


This Release Includes:

  • Explicitly setting versions for coverage and pytest dependencies
  • Use colorama for cross-platform colored output
  • Adds a new Registry component to store registry info for publishing skelebot generated images
  • Adds docker login function to login to a given registry host
  • Adds docker push function to tag and push images to the specified registry
  • Updated the jobs to execute the commands given in source as it is
  • Returns an error message when attempting to use an env that does not exist
  • Adds a library into the python base image that is needed for certain python packages
  • BugFix: where the parsing of the skelebot --env param could conflict with params on jobs