No description
  • Go 96.4%
  • Shell 3.1%
  • C 0.3%
  • Makefile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Miloslav Trmač 4281c4203d
Merge pull request #1002 from podman-container-tools/renovate/github.com-ulikunitz-xz-0.x
Update module github.com/ulikunitz/xz to v0.5.16
2026-07-21 16:51:49 +02:00
.github Update actions/labeler action to v7 2026-07-21 11:26:35 +00:00
common Update module github.com/ulikunitz/xz to v0.5.16 2026-07-21 16:25:39 +02:00
hack ci: make the automation release renovate managed 2026-07-16 10:59:54 +02:00
image Update module github.com/ulikunitz/xz to v0.5.16 2026-07-21 16:25:39 +02:00
storage Update module github.com/ulikunitz/xz to v0.5.16 2026-07-21 16:25:39 +02:00
vendor Update module github.com/ulikunitz/xz to v0.5.16 2026-07-21 16:25:39 +02:00
.codespelldict consolidate codespell CI jobs 2025-08-26 19:26:56 +02:00
.codespellrc Skip the ./vendor directory for codespell 2025-10-24 11:45:30 +02:00
.packit.yaml Packit: Only create dist-git PRs for rawhide 2026-04-30 09:23:21 -04:00
CODE-OF-CONDUCT.md Make this a subproject of Podman Container Tools 2026-05-29 12:15:08 -04:00
CONTRIBUTING.md Link to Podman's LLM policy 2026-03-02 23:36:50 +01:00
CONTRIBUTING_GO.md CONTRIBUTING_GO: document linter and formatter 2025-11-11 13:54:52 +01:00
CONTRIBUTING_RUST.md Move or remove the duplicated files. 2025-08-26 15:08:35 +02:00
go.work Update module github.com/sigstore/fulcio to v1.8.6 2026-05-27 18:56:48 +02:00
go.work.sum Update module github.com/containers/ocicrypt to v1.3.2 2026-07-20 19:30:35 +00:00
MAINTAINERS.md Make this a subproject of Podman Container Tools 2026-05-29 12:15:08 -04:00
Makefile ci: add check for basic github action yml things 2026-06-25 15:48:16 +02:00
README.md Move or remove the duplicated files. 2025-08-26 15:08:35 +02:00
SECURITY.md Move or remove the duplicated files. 2025-08-26 15:08:35 +02:00

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