https://github.com/containers/container-libs
Monorepository with libraries used by the containers projects.
https://github.com/containers/container-libs
Last synced: 5 months ago
JSON representation
Monorepository with libraries used by the containers projects.
- Host: GitHub
- URL: https://github.com/containers/container-libs
- Owner: containers
- Created: 2025-08-07T10:31:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T23:57:20.000Z (5 months ago)
- Last Synced: 2026-02-10T00:19:14.395Z (5 months ago)
- Language: Go
- Size: 114 MB
- Stars: 66
- Watchers: 4
- Forks: 74
- Open Issues: 311
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# container/container-libs
This repository is a **monorepo** combining several core Go libraries and utilities from the [containers](https://github.com/containers) project.
It brings together:
- **[`common`](./common/)** → Shared Go code and configuration used across multiple containers projects.
- **[`storage`](./storage/)** → A Go library for managing container images, layers, and containers.
- **[`image`](./image/)** → A Go library for interacting with container images and registries.
These components are used by major container tools such as [Podman](https://github.com/containers/podman), [Buildah](https://github.com/containers/buildah), [CRI-O](https://github.com/cri-o/cri-o), and [Skopeo](https://github.com/containers/skopeo).
---
## Building
Each subproject has its own README.md file with more instructions.
## Contributing
We welcome contributions!
See the **[`CONTRIBUTING.md`](CONTRIBUTING.md)**, **[`CONTRIBUTING_GO.md`](CONTRIBUTING_GO.md)** and **[`CONTRIBUTING_RUST.md`](CONTRIBUTING_RUST.md)** files.
## Code of Conduct
See the **[`CODE-OF-CONDUCT.md`](CODE-OF-CONDUCT.md)** file.
## Security and Disclosure Information Policy
See the **[`SECURITY.md`](SECURITY.md)** file.
## License
- Apache License 2.0
- SPDX-License-Identifier: Apache-2.0