====== Tools: Archiving and Release Management ====== [[dido:public:ra:xapend:xapend.e_tools:start| Return to Tools Area]] Source: [[https://todogroup.org/guides/management-tools/ | Tools for managing open source programs ]] * //**Artifactory** – Artifactory is a repository manager from JFrog which supports software packages created in any code language. It integrates with all major [[dido:public:ra:xapend:xapend.a_glossary:d:devops|DevOps]] and continuous integration and continuous deployment tools. Artifactory is available as a commercial or as an open source tool. [[https://www.jfrog.com/artifactory/ | ]]// * //**Bintray** – A commercial archiving tool from JFrog that allows companies to publish their code release archives to maintain storage for older and larger files. [[https://bintray.com/| ]]// * //**Docker Hub** – A cloud-based registry service which allows users to link to code repositories and build and test their images. It also stores manually-pushed images and links to [[https://docs.docker.com/docker-cloud/ | Docker Cloud]] so users can deploy images to project hosts. Docker [[dido:public:ra:xapend:xapend.a_glossary:h:hub|Hub]] is a centralized resource for container image discovery, distribution and change management, collaboration and workflow automation throughout the development pipeline. [[https://hub.docker.com/ | ]]// * //**github-release** – The open source, built in functionality part of GitHub which lets users [[https://help.github.com/articles/about-releases/| package and edit releases]] of projects on GitHub so they are available for use by other community members. [[https://github.com/aktau/github-release | ]]//