mirror of
https://github.com/containers/container-libs
synced 2026-07-21 15:33:50 +00:00
No description
- Go 96.4%
- Shell 3.1%
- C 0.3%
- Makefile 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github | ||
| common | ||
| hack | ||
| image | ||
| storage | ||
| vendor | ||
| .codespelldict | ||
| .codespellrc | ||
| .packit.yaml | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| CONTRIBUTING_GO.md | ||
| CONTRIBUTING_RUST.md | ||
| go.work | ||
| go.work.sum | ||
| MAINTAINERS.md | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
container/container-libs
This repository is a monorepo combining several core Go libraries and utilities from the containers project.
It brings together:
common→ Shared Go code and configuration used across multiple containers projects.storage→ A Go library for managing container images, layers, and containers.image→ A Go library for interacting with container images and registries.
These components are used by major container tools such as Podman, Buildah, CRI-O, and Skopeo.
Building
Each subproject has its own README.md file with more instructions.
Contributing
We welcome contributions!
See the CONTRIBUTING.md, CONTRIBUTING_GO.md and CONTRIBUTING_RUST.md files.
Code of Conduct
See the CODE-OF-CONDUCT.md file.
Security and Disclosure Information Policy
See the SECURITY.md file.
License
- Apache License 2.0
- SPDX-License-Identifier: Apache-2.0