I know next to nothing about coding, so would you mind explaining a little what would be the use case of porting Apptainer to Android?
I'm curious because, from an outside perspective, I'm unable to see why you'd want it on Android? As per the Apptainer git:
Apptainer is an open source container platform designed to be simple, fast, and secure. Many container platforms are available, but Apptainer is designed for ease-of-use on shared systems and in high performance computing (HPC) environments. It features:
An immutable single-file container image format, supporting cryptographic signatures and encryption.
Integration over isolation by default. Easily make use of GPUs, high speed networks, parallel filesystems on a cluster or server.
Mobility of compute. The single file SIF container format is easy to transport and share.
A simple, effective security model. You are the same user inside a container as outside, and cannot gain additional privilege on the host system by default.
I am under the impression that Android's -- and in particular GrapheneOS' -- sandboxing is already superior to most/all Linux distros?
I'm simply asking out of ignorance and curiosity.