mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-11-08 14:20:01 +00:00
Knut Ahlers
a4ef297069
- improve repo handling - improve network configuration - improve tool build Signed-off-by: Knut Ahlers <knut@ahlers.me>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"apk_tools_version": "v2.12.9",
|
|
"apk_tools_arch": "x86_64",
|
|
"apk_tools_url": "https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic//{{ apk_tools_version }}/{{ apk_tools_arch }}/apk.static",
|
|
"apk_tools_checksum": "sha256:5176da3d4c41f12a08b82809aca8e7e2e383b7930979651b8958eca219815af5",
|
|
|
|
"alpine_repositories": [
|
|
{"tag":"", "url": "http://dl-cdn.alpinelinux.org/alpine/edge/main"},
|
|
{"tag":"", "url": "http://dl-cdn.alpinelinux.org/alpine/edge/community"},
|
|
],
|
|
"alpine_repository_keys": [],
|
|
|
|
"boot_size": "+100m",
|
|
"root_size": "0",
|
|
|
|
"hostname": "alpine",
|
|
|
|
"dhcp_interfaces": ["eth0"],
|
|
|
|
"packages": {
|
|
"openssh": "=8.8_p1-r1",
|
|
"syslinux": "=6.04_pre1-r9",
|
|
"linux-virt": "=5.15.16-r0",
|
|
"cloud-init": "@community=21.4-r0"
|
|
},
|
|
|
|
"services": {
|
|
"devfs": "sysinit",
|
|
"dmesg": "sysinit",
|
|
"mdev": "sysinit",
|
|
"hwdrivers": "sysinit",
|
|
|
|
"hwclock": "boot",
|
|
"modules": "boot",
|
|
"sysctl": "boot",
|
|
"hostname": "boot",
|
|
"bootmisc": "boot",
|
|
"syslog": "boot",
|
|
"networking": "boot",
|
|
|
|
"mount-ro": "shutdown",
|
|
"killprocs": "shutdown",
|
|
"savecache": "shutdown",
|
|
|
|
"sshd": "default"
|
|
},
|
|
|
|
"nameservers": [
|
|
"185.12.64.1",
|
|
"185.12.64.2",
|
|
"2a01:4ff:ff00::add:1",
|
|
"2a01:4ff:ff00::add:2"
|
|
],
|
|
|
|
"sysctl": {},
|
|
"extlinux_modules": ["ext4"],
|
|
"kernel_features": ["base", "ext4", "keymap", "virtio"],
|
|
"kernel_modules": ["ipv6", "af_packet"],
|
|
"default_kernel_opts": ["quiet"],
|
|
"chroot_commands": []
|
|
}
|