0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-02-01 20:39:17 +00:00
netdata_netdata/packaging/dag
2024-12-26 14:44:46 +02:00
..
files config parsers (#17238) 2024-09-04 14:42:01 +03:00
build_command.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00
imageutils.py WIP - Netdata v2 (#18125) 2024-08-23 14:12:01 +03:00
main.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00
nd.py Remove logs-management plugin. (#18186) 2024-07-17 07:04:55 -04:00
README.md Add requirements.txt for dag (#16875) 2024-01-30 20:55:41 +02:00
requirements.txt bump dag req jinja version (#19287) 2024-12-26 14:44:46 +02:00
test_command.py Use dagger to build and test the agent. (#16868) 2024-01-29 18:39:00 +02:00

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