docs: обновлена структура dockerfiles/ в dockerfiles/README.md
Some checks failed
Ansible Testing / lint (push) Has been cancelled
Ansible Testing / test (default) (push) Has been cancelled
Ansible Testing / test (minimal) (push) Has been cancelled
Ansible Testing / test (performance) (push) Has been cancelled
Ansible Testing / deploy-check (push) Has been cancelled
Some checks failed
Ansible Testing / lint (push) Has been cancelled
Ansible Testing / test (default) (push) Has been cancelled
Ansible Testing / test (minimal) (push) Has been cancelled
Ansible Testing / test (performance) (push) Has been cancelled
Ansible Testing / deploy-check (push) Has been cancelled
- Добавлены все версии ОС (Ubuntu 20/22/24, Debian 9/10/11/12, CentOS 7/8/9) - Добавлены все Dockerfiles для каждой версии ОС - Добавлены файлы в ansible-controller (Dockerfile, docker-compose.yml, requirements.txt) - Структура полностью соответствует реальной Автор: Сергей Антропов Сайт: https://devops.org.ru
This commit is contained in:
@@ -13,16 +13,42 @@
|
|||||||
```
|
```
|
||||||
dockerfiles/
|
dockerfiles/
|
||||||
├── ansible-controller/ # Ansible контроллер с предустановленными коллекциями
|
├── ansible-controller/ # Ansible контроллер с предустановленными коллекциями
|
||||||
├── alt-linux/ # ALT Linux с systemd
|
│ ├── Dockerfile
|
||||||
├── astra-linux/ # Astra Linux с systemd
|
│ ├── docker-compose.yml
|
||||||
├── redos/ # RED OS с systemd
|
│ └── requirements.txt
|
||||||
├── rhel/ # Red Hat Enterprise Linux с systemd
|
├── alt-linux/ # ALT Linux P9 с systemd
|
||||||
├── centos/ # CentOS Stream с systemd
|
│ └── Dockerfile
|
||||||
├── alma/ # AlmaLinux с systemd
|
├── astra-linux/ # Astra Linux 1.7 с systemd
|
||||||
├── rocky/ # Rocky Linux с systemd
|
│ └── Dockerfile
|
||||||
├── ubuntu/ # Ubuntu с systemd
|
├── redos/ # RED OS 9 с systemd
|
||||||
├── debian/ # Debian с systemd
|
│ └── Dockerfile
|
||||||
└── README.md # Документация
|
├── rhel/ # Red Hat Enterprise Linux 8 с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── centos7/ # CentOS 7 с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── centos8/ # CentOS 8 Stream с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── centos9/ # CentOS 9 Stream с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── alma/ # AlmaLinux 8 с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── rocky/ # Rocky Linux 8 с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── ubuntu20/ # Ubuntu 20.04 LTS (focal) с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── ubuntu22/ # Ubuntu 22.04 LTS (jammy) с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── ubuntu24/ # Ubuntu 24.04 LTS (noble) с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── debian9/ # Debian 9 (stretch) с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── debian10/ # Debian 10 (buster) с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── debian11/ # Debian 11 (bullseye) с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
├── debian12/ # Debian 12 (bookworm) с systemd
|
||||||
|
│ └── Dockerfile
|
||||||
|
└── README.md # Документация
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🚀 Доступные образы
|
## 🚀 Доступные образы
|
||||||
|
|||||||
Reference in New Issue
Block a user