feat: create base almalinux 8.10 image
- add drone.yml - add makefile - add Dockerfile - add repos
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[appstream]
|
||||
name=appstream repository
|
||||
baseurl=http://edgecache.query.consul/almalinux/8.10/AppStream/x86_64/os
|
||||
gpgkey=http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,6 @@
|
||||
[baseos]
|
||||
name=baseos repository
|
||||
baseurl=http://edgecache.query.consul/almalinux/8.10/BaseOS/x86_64/os
|
||||
gpgkey=http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,6 @@
|
||||
[epel]
|
||||
name=epel repository
|
||||
baseurl=http://edgecache.query.consul/epel/8/Everything/x86_64
|
||||
gpgkey=http://edgecache.query.consul/epel/RPM-GPG-KEY-EPEL-8
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -0,0 +1,6 @@
|
||||
[powertools]
|
||||
name=powertools repository
|
||||
baseurl=http://edgecache.query.consul/almalinux/8.10/PowerTools/x86_64/os
|
||||
gpgkey=http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-8
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
Reference in New Issue
Block a user