Add new section, Package Management

This commit is contained in:
Marius Stanca 2024-12-22 20:45:01 +02:00
parent 3af4a8aaa5
commit 6dd8669b12
No known key found for this signature in database

View File

@ -2,7 +2,6 @@
[![Awesome DevOps](http://awesome-devops.xyz/assets/banner.png)](https://github.com/wmariuss/awesome-devops)
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
[![Deploy](https://github.com/wmariuss/awesome-devops/actions/workflows/deploy.yml/badge.svg)](https://github.com/wmariuss/awesome-devops/actions/workflows/deploy.yml)
[![Links validator](https://github.com/wmariuss/awesome-devops/actions/workflows/links-validator.yml/badge.svg)](https://github.com/wmariuss/awesome-devops/actions/workflows/links-validator.yml)
@ -15,6 +14,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Cloud Platforms](#cloud-platforms)
- [Open Source Cloud Platforms](#open-source-cloud-platforms)
- [Operating Systems](#operating-systems)
- [Package Management](#package-management--system-configuration)
- [Distributed Filesystems](#distributed-filesystems)
- [Applications Platforms](#applications-platforms)
- [Internal Developer Platforms](#internal-developer-platforms)
@ -87,6 +87,12 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Atomic](http://www.projectatomic.io/) - Use immutable infrastructure to deploy and scale your containerized applications.
- [Photon](https://github.com/vmware/photon) - Linux container host optimized for cloud-native applications, cloud platforms, and VMware infrastructure.
## Package Management & System configuration
*Builds packages in isolation from each other.*
- [Nix/NixOS](https://nixos.org/) - A tool that takes a unique approach to package management and system configuration.
## Distributed Filesystems
*Network distributed filesystems.*