-
Run it on openSUSE
-
Be root
-
Make sure you have creds that allow you to download
docker://viovanov/test
-
Make sure you have a
groot
user (sudo useradd groot
) -
Make sure you don't have a shared root mount.
If running grep -iP '/ /\s' /proc/$$/mountinfo
has 'shared' in the output, run
mount --make-private /
before running tests.
DOCKER_REGISTRY_USERNAME=*** DOCKER_REGISTRY_PASSWORD=*** make test
DOCKER_REGISTRY_USERNAME=*** DOCKER_REGISTRY_PASSWORD=*** make integration
make build
You'll find the binaries in ./build/linux-amd64/
.