repositorypackage
0.0.0-20191217132204-ea9d89242b9d
Repository: https://github.com/suse/groot-btrfs.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Testing
-
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.
Unit tests
DOCKER_REGISTRY_USERNAME=*** DOCKER_REGISTRY_PASSWORD=*** make test
Integration Tests
DOCKER_REGISTRY_USERNAME=*** DOCKER_REGISTRY_PASSWORD=*** make integration
Building
make build
You'll find the binaries in ./build/linux-amd64/
.