{"id":22574825,"url":"https://github.com/thoth-station/thoth-toolbox","last_synced_at":"2025-07-18T18:35:03.308Z","repository":{"id":48644607,"uuid":"263262458","full_name":"thoth-station/thoth-toolbox","owner":"thoth-station","description":"This is a Thoth tool box! A toolbox of Thoth tools...","archived":false,"fork":false,"pushed_at":"2023-05-29T21:46:13.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T16:31:32.525Z","etag":null,"topics":["fedora","hacktoberfest","openshift","ostree","thoth","thoth-toolbox"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thoth-station.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-12T07:17:49.000Z","updated_at":"2023-06-04T06:00:55.000Z","dependencies_parsed_at":"2025-04-10T16:10:44.206Z","dependency_job_id":"dc675e7e-630f-40c6-9cfa-c414059cf5f9","html_url":"https://github.com/thoth-station/thoth-toolbox","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/thoth-station/thoth-toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoth-station%2Fthoth-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoth-station%2Fthoth-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoth-station%2Fthoth-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoth-station%2Fthoth-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thoth-station","download_url":"https://codeload.github.com/thoth-station/thoth-toolbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoth-station%2Fthoth-toolbox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265810189,"owners_count":23831946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fedora","hacktoberfest","openshift","ostree","thoth","thoth-toolbox"],"created_at":"2024-12-08T03:08:06.557Z","updated_at":"2025-07-18T18:35:03.289Z","avatar_url":"https://github.com/thoth-station.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thoth toolbox\n\n\u003cimg src=\"https://raw.githubusercontent.com/containers/toolbox/master/data/logo/toolbox-logo-landscape.svg\" alt=\"Toolbox logo landscape\" width=\"800\"/\u003e\n\nThis is a Thoth toolbox! It contains a few tools published by Project Thoth\nready to use on your local source code repositories or in conjunction with\nyour OpenShift cluster.\n\n## Usage\n\n### Create your toolbox container\n\n```shell\n[user@hostname ~]$ toolbox create --image quay.io/thoth-station/thoth-toolbox:v0.6.0\nCreated container: thoth-toolbox\nEnter with: toolbox enter --container thoth-toolbox-v0.6.0\n[user@hostname ~]$\n```\n\nThis will create a container called `thoth-toolbox-\u003cversion-id\u003e`.\n\n### Enter the toolbox\n\n```shell\n[user@hostname ~]$ toolbox enter --container thoth-toolbox-v0.6.0\n⬢[user@toolbox ~]$\n```\n\n### Tools included\n\n#### thoth-si\n\nthoth-s2i is a tool that can assist you to port an existing application to use Thoth or expose information about\nOpenShift build configs used within a cluster. See https://github.com/thoth-station/s2i/blob/master/README.rst for more\ninformation.\n\n#### thamos\n\nA CLI tool and library for communicating with Thoth backend, see https://github.com/thoth-station/thamos/blob/master/README.rst\nfor more information.\n\n#### thoth-glyph\n\n[Glyph](https://github.com/thoth-station/glyph) uses Machine Learning and Natural Language Processing to understand\ncommit messages. This knowledge can be used for classifying commits into categories such as Bug-fixes, Feature\nadditions, Improvements etc.\n\n## Background Information\n\n[Toolbox](https://github.com/containers/toolbox) is a tool that offers a\nfamiliar package based environment for developing and debugging software that\nruns fully unprivileged using [Podman](https://podman.io/).\n\nThe toolbox container is a fully *mutable* container; when you see\n`yum install ansible` for example, that's something you can do inside your\ntoolbox container, without affecting the base operating system.\n\nThis is particularly useful on\n[OSTree](https://ostree.readthedocs.io/en/latest/) based operating systems like\n[CoreOS](https://coreos.fedoraproject.org/) and\n[Silverblue](https://silverblue.fedoraproject.org/).  The intention of these\nsystems is to discourage installation of software on the host, and instead\ninstall software as (or in) containers.\n\nHowever, this tool doesn't *require* using an OSTree based system — it\nworks equally well if you're running e.g. existing Fedora Workstation or\nServer, and that's a useful way to incrementally adopt containerization.\n\nThe toolbox environment is based on an [OCI](https://www.opencontainers.org/)\nimage. On Fedora this is the `fedora-toolbox` image. This image is used to\ncreate a toolbox container that seamlessly integrates with the rest of the\noperating system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoth-station%2Fthoth-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoth-station%2Fthoth-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoth-station%2Fthoth-toolbox/lists"}