netdata_netdata/packaging/dag
vkalintiris 31f0cd1a27
Add requirements.txt for dag (#16875)
2024-01-30 20:55:41 +02:00
..
files Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00
README.md Add requirements.txt for dag (#16875) 2024-01-30 20:55:41 +02:00
build_command.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00
imageutils.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00
main.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00
nd.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00
requirements.txt Add requirements.txt for dag (#16875) 2024-01-30 20:55:41 +02:00
test_command.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00

README.md

  • 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
```.