# KubeSolo OS Component Versions # All external dependencies pinned here for reproducible builds # Tiny Core Linux TINYCORE_VERSION=17.0 TINYCORE_ARCH=x86_64 TINYCORE_MIRROR=http://www.tinycorelinux.net TINYCORE_ISO=CorePure64-${TINYCORE_VERSION}.iso TINYCORE_ISO_URL=${TINYCORE_MIRROR}/${TINYCORE_VERSION%%.*}.x/${TINYCORE_ARCH}/release/${TINYCORE_ISO} # KubeSolo KUBESOLO_INSTALL_URL=https://get.kubesolo.io # Build tools (used inside builder container) GRUB_VERSION=2.12 SYSLINUX_VERSION=6.03 # Output naming OS_NAME=kubesolo-os