shub-fuzz/parmesan:latest

$ singularity pull shub://shub-fuzz/parmesan:latest

Singularity Recipe

Bootstrap: docker
From: registry.gitlab.com/rode0day/fuzzer-testing/parmesan_runner:20.04

%labels
    MAINTAINER Josh Bundt
    DockerTagID cbd472285

%environment
    AFL_SKIP_CPUFREQ=1
    LC_ALL=en_US.UTF-8
    LANG=en_US.UTF-8
    TMPDIR=/tmp
    export AFL_SKIP_CPUFREQ LC_ALL LANG TMPDIR

%runscript
    echo /start_fuzzing $@
    exec /start_fuzzing "$@"

%startscript
    echo /start_fuzzing $@
    exec /start_fuzzing "$@"

%post
    # In order to get locales working properly inside a Singularity container
    # we need to do the following:
    export LANGUAGE=en_US.UTF-8
    export LANG=en_US.UTF-8
    export LC_ALL=en_US.UTF-8
    locale-gen --purge en_US.UTF-8
    dpkg-reconfigure --frontend=noninteractive locales

    # fixing symlinks in Singularity 2.6
    cd /usr/local/bin
    ln -sf afl-clang-fast afl-clang
    ln -sf afl-clang-fast afl-clang++
    ln -sf afl-clang-fast afl-clang-fast++
    ln -sf afl-gcc afl-g++

Collection


View on Datalad

Metrics

key value
id /containers/shub-fuzz-parmesan-latest
collection name shub-fuzz/parmesan
branch main
tag latest
commit efaeef59704444907cbebba9833675467c787c25
version (container hash) f5ef40db059f9dfd22f278f0f3498be56dc034a8a33b2d20abe401ebc1233acf
build date 2021-02-26T21:05:23.741Z
size (MB) 292.84375
size (bytes) 307068928
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.