Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 942 Bytes

concepts.md

File metadata and controls

53 lines (27 loc) · 942 Bytes

Concepts

Tools are defined by...

manifest.yaml contains metadata about the tool

Dockerfile packages the tool into a container image


Concepts

Artifacts

metadata contains JSON of all manifest.yaml

Every tool is stored in a dedicated container image


Concepts

uniget

CLI to discover, install and update tools

Statically linked Go binary


Concepts

Updates

Renovate keeps tool versions up-to-date

Changes are automatically tested and merged