docker build \
--tag gcr.io/fuzzbench/runners/afl/libpng-1.2.56-intermediate \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--cache-from gcr.io/fuzzbench/runners/afl/libpng-1.2.56-intermediate \
--file fuzzers/afl/runner.Dockerfile \
fuzzers/afl
I want to port this to a Singularity build command. (Singularity does not support tag/build-arg/etc.) Also on a separate issue, in my Dockerfiles I have ARG, and spython says WARNING ARG is not supported for Singularity, and must be defined with a default to be parsed. , and there is really little documentation on how to port from Docker to Singularity.