File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Create and remove docker images:
99
1010- To create DevStats docker container images and publish them, use: ` DOCKER_USER=... ./images/build_images.sh ` .
1111- To drop local DevStats docker container images use: ` DOCKER_USER=... ./images/remove_images.sh ` .
12+ - You can add various flags to skip specific images like ` SKIP_FULL=1 ` or ` SKIP_MIN=1 ` see ` images/build_images.sh ` .
13+ - You can skip publishing to docker hub via ` SKIP_PUSH=1 ` .
1214
1315
1416# Testing images
@@ -18,11 +20,13 @@ Using kubernetes:
1820- To test sync DevStats image (` devstats-minimal ` container): ` DOCKER_USER=... ./images/test_image_kubernetes.sh devstats-minimal ` .
1921- To test provisioning DevStats image (` devstats ` container): ` DOCKER_USER=... ./images/test_image_kubernetes.sh devstats ` .
2022- To test Grafana DevStats image (` devstats-grafana ` container): ` DOCKER_USER=... ./images/test_image_kubernetes.sh devstats-grafana ` .
21- - Amking pushes to GitHb triggers automatic Travis CI builds.
23+ - To execute test coverage: ` ./tests/test_from_docker.sh ` .
24+ - Making pushes to GitHb triggers automatic Travis CI builds.
2225
2326Using docker:
2427
2528- Replace ` ./images/test_image_kubernetes.sh ` with ` ./images/test_image_docker.sh ` .
29+ - To execute test coverage: ` ./tests/test_from_k8s.sh ` .
2630
2731
2832# Adding new projects
You can’t perform that action at this time.
0 commit comments