Skip to content

tools barebone updates

Elsa Passaro edited this page Aug 9, 2021 · 1 revision

Steps to follow to update the tools-barebone package

Steps to update tools-barebone

  • Bump version of tools-barebone in the file tools_barebone/__init__.py
  • After merging the changes, push a tag with the new version
  • The tag should trigger an automatic build of the updated image on Docker Hub
  • Release new version on PyPi (see here for instructions)

Steps to update tools depending on tools-barebone

  • Update Dockerfile to build from the new version of tools-barebone
  • Check and solve discrepancies in python dependencies
  • Update the the tools-barebone version in the python dependencies
  • Release new version of the tool (see here for instructions)

Clone this wiki locally