Costa Tsaousis a399128dbf config parsers (#17238) | 2 months ago | |
---|---|---|
.. | ||
files | 2 months ago | |
README.md | 9 months ago | |
build_command.py | 9 months ago | |
imageutils.py | 3 months ago | |
main.py | 9 months ago | |
nd.py | 4 months ago | |
requirements.txt | 6 months ago | |
test_command.py | 9 months ago |
Install Dagger CLI:
cd /usr/local
curl -L https://dl.dagger.io/dagger/install.sh | sudo sh
Install python requirements:
pip install -r packaging/dag/requirements.txt
Now you can run something like this:
dagger run python packaging/dag/main.py build -p linux/x86_64 -d debian12
or
dagger run python packaging/dag/main.py test
.