Skip to content

Commit ac7a441

Browse files
committed
Move or remove the duplicated files.
This commit adds the top-level README.md file and moves the CODE_OF_CONDUCT.md, CONTRIBUTING.md, CONTRIBUTING_GO.md, CONTRIBUTING_RUST.md, SECURITY.md to top-level directory. It also removes per-project .cirrus.yml, since they are not used now - we use the top-level one. Same for .github directories. Signed-off-by: Jan Kaluza <[email protected]>
1 parent 8d56bca commit ac7a441

24 files changed

+41
-347
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# container/container-libs
2+
3+
This repository is a **monorepo** combining several core Go libraries and utilities from the [containers](https://github.com/containers) project.
4+
5+
It brings together:
6+
7+
- **[`common`](./common/)** → Shared Go code and configuration used across multiple containers projects.
8+
- **[`storage`](./storage/)** → A Go library for managing container images, layers, and containers.
9+
- **[`image`](./image/)** → A Go library for interacting with container images and registries.
10+
11+
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).
12+
13+
14+
---
15+
16+
## Building
17+
18+
Each subproject has its own README.md file with more instructions.
19+
20+
## Contributing
21+
22+
We welcome contributions!
23+
24+
See the **[`CONTRIBUTING.md`](CONTRIBUTING.md)**, **[`CONTRIBUTING_GO.md`](CONTRIBUTING_GO.md)** and **[`CONTRIBUTING_RUST.md`](CONTRIBUTING_RUST.md)** files.
25+
26+
## Code of Conduct
27+
28+
See the **[`CODE-OF-CONDUCT.md`](CODE-OF-CONDUCT.md)** file.
29+
30+
## Security and Disclosure Information Policy
31+
32+
See the **[`SECURITY.md`](SECURITY.md)** file.
33+
34+
35+
## License
36+
37+
- Apache License 2.0
38+
- SPDX-License-Identifier: Apache-2.0
File renamed without changes.

common/.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

common/.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

common/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

common/.github/renovate.json5

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)