Commit a1de9139 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Add a Docker (group and profile)

Requested by black@
parent 9537db4c
......@@ -7,6 +7,9 @@ distro/alt-server: server_groups_primary = $(addprefix centaurus/,\
ifeq (,$(filter-out x86_64 ppc64le aarch64,$(ARCH)))
distro/alt-server: server_groups_virtipa = $(addprefix centaurus/,\
freeipa-server)
distro/alt-server: server_groups_container = $(addprefix centaurus/,\
200-container docker)
endif
endif
......@@ -34,6 +37,7 @@ distro/alt-server:: distro/.base mixin/alt-server use/vmguest/base \
@$(call set,DOCS,alt-server)
@$(call add,MAIN_GROUPS,$(server_groups_primary))
@$(call add,MAIN_GROUPS,$(server_groups_virtipa))
@$(call add,MAIN_GROUPS,$(server_groups_container))
@$(call add,MAIN_GROUPS,$(server_groups_desktop))
@$(call add,MAIN_GROUPS,$(server_groups_virtualbox))
@$(call add,MAIN_LISTS,centaurus/disk-dvd)
......
......@@ -62,6 +62,7 @@ endif
@$(call add,MAIN_LISTS,centaurus/disk)
@$(call add,THE_PROFILES,centaurus-10-server)
@$(call add,THE_PROFILES,centaurus-20-serverDC)
@$(call add,THE_PROFILES,centaurus-40-docker)
ifeq (,$(filter-out i586 x86_64 aarch64 loongarch64 e2k%,$(ARCH)))
@$(call add,THE_PROFILES,centaurus-30-desktop)
endif
......
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Containers
Name[ru_RU]=Контейнеры
X-Alterator-Required=no
Comment=Container Virtualization
Comment[ru_RU]=Приложения для управления контейнерной виртуализацией
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Docker
Name[ru_RU]=Управление контейнерами Docker
X-Alterator-PackageList=container/docker
X-Alterator-Required=no
X-Alterator-Parent=centaurus/200-container
[Desktop Entry]
Type=Directory
Name=Docker
Name[ru_RU]=Docker
X-Alterator-Groups=centaurus/docker
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment