feat: first commit
- add base image for docker and incus - manage images for almalinux 8.10 and 9.5 - replace all existing docker build repos
This commit is contained in:
@@ -0,0 +1 @@
|
||||
docker
|
||||
@@ -0,0 +1,18 @@
|
||||
# almalinux/8.10/actionsdind
|
||||
docker_source = "git.query.consul/unkin/almalinux8-base:latest"
|
||||
packages = [
|
||||
"bash",
|
||||
"docker-ce-cli",
|
||||
"make",
|
||||
"nodejs",
|
||||
"unzip"
|
||||
]
|
||||
scripts_pre_packages = [
|
||||
"dnf install -y yum-utils",
|
||||
"dnf module enable -y nodejs:20",
|
||||
"yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo"
|
||||
]
|
||||
scripts_final = [
|
||||
"dnf clean all",
|
||||
"rm -rf /var/cache/dnf"
|
||||
]
|
||||
Reference in New Issue
Block a user