Categorygithub.com/vanilla-os/prometheus
modulepackage
1.0.2
Repository: https://github.com/vanilla-os/prometheus.git
Documentation: pkg.go.dev

# README


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.

# Packages

No description provided by the author
No description provided by the author

# Functions

NewPrometheus creates a new Prometheus instance, note that currently * Prometheus only works with custom stores, so you need to pass the * root graphDriverName to create a new one.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author