Docker based Sparky tests for Rocky Linux
Find a file
2025-06-14 20:32:43 +03:00
.sparky/projects/sparky_docker verbose option 2025-06-14 17:58:41 +03:00
examples/config correct docker tags 2025-06-14 20:32:43 +03:00
scripts working(?) draft 2025-05-30 22:54:46 +03:00
tasks/check-docker-container fix docker check command 2025-05-31 14:37:30 +03:00
.gitignore working(?) draft 2025-05-30 22:54:46 +03:00
README.md verbose option 2025-06-14 17:58:41 +03:00

Sparky Docker

Docker based Sparky tests for Rocky Linux

Install

git clone https://git.resf.org/melezhik/sparky_docker.git
cd sparky_docker
  1. Copy sparky job from git repo
bash scripts/sync_project.sh
  1. Go to sparky - http://127.0.0.1:4000 and run sparky_docker job

Options

new_session

Disable this if you already have an active session (docker container named sparky_docker up and running) and so don't want to start a new session

skip_bootstrap

Skip sparrowdo bootstrap stage, useful if you already have an image with Sparrow dependencies installed

use_case_repo

Use case scenario git repository, as an example look at https://git.resf.org/melezhik/sparky-docker-sandbox.git , the repo has to have main.raku file at the root, which is an entry point for use case scenario

dump_task_code

If enabled dump scenario code, useful for debugging

verbose

If enabled show low level details in report