-
Notifications
You must be signed in to change notification settings - Fork 0
/
fedora-34-image.yaml
62 lines (60 loc) · 927 Bytes
/
fedora-34-image.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
target:
os_name: "fedora"
os_version: 34
lang: "en_US.UTF-8"
lang_all: 0
nodocs: 0
repo_list:
- fedora
- updates
package_list:
- bash
- rootfiles
- e2fsprogs
- dnf
- fedora-release
- grub2-efi-aa64
- grub2-tools-minimal
- grubby
- kernel
- kernel-core
- kernel-modules
- abrt
- abrt-addon-ccpp
- abrt-addon-kerneloops
- abrt-addon-vmcore
- abrt-addon-xorg
- at
- audit
- bluez
- chrony
# - dbus-broker
- device-mapper-multipath
- firewalld
- initscripts
- irqbalance
- iscsi-initiator-utils
- lm_sensors
- lvm2
- mdadm
- ModemManager
- NetworkManager
- nfs-utils
- openssh-server
- ostree
- policycoreutils
# - rpm
- rsyslog
- smartmontools
- sssd-common
# - systemd
- udisks2
- shim-aa64
- passwd
- vi
- libselinux-utils
- sudo
- e2fsprogs
docker:
image: "master.%os_name%-%os_version%-full"