feat: create base almalinux 8.10 image

- add drone.yml
- add makefile
- add Dockerfile
- add repos
This commit is contained in:
2024-08-25 17:01:50 +10:00
commit e8cc0ac6db
7 changed files with 100 additions and 0 deletions
+6
View File
@@ -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
+6
View File
@@ -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
+6
View File
@@ -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
+6
View File
@@ -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