Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.38 KB

Prometheus is a simple and accessible library for pulling and mounting container images. It is designed to be used as a dependency in ABRoot and Albius.

Build dependencies

  • libbtrfs-dev
  • libdevmapper-dev
  • libgpgme-dev

Usage

You can see examples of how to use Prometheus in the examples directory.

A reference documentation is available on pkg.go.dev.

License

This project is based on some of the containers libraries, which are licensed under the Apache License 2.0.

Prometheus is distributed under the GPLv3 license.

Run tests

go test -v ./tests/...

Why the name Prometheus?

Prometheus was the Titan of Greek mythology who stole fire from the gods to give it to humans, symbolizing the transmission of knowledge and technology. The Prometheus package provides a simple and accessible solution for pulling and mounting container images, making it easier to interact with OCI images in other projects.