Costa Tsaousis a399128dbf config parsers (#17238) 2 months ago
..
files a399128dbf config parsers (#17238) 2 months ago
README.md 31f0cd1a27 Add requirements.txt for dag (#16875) 9 months ago
build_command.py c42093ff4f Use dagger to build and test the agent. (#16868) 9 months ago
imageutils.py 4c0122063f WIP - Netdata v2 (#18125) 3 months ago
main.py c42093ff4f Use dagger to build and test the agent. (#16868) 9 months ago
nd.py 16750eacdf Remove logs-management plugin. (#18186) 4 months ago
requirements.txt 7b7048e060 Bump jinja2 from 3.1.3 to 3.1.4 in /packaging/dag (#17607) 6 months ago
test_command.py c42093ff4f Use dagger to build and test the agent. (#16868) 9 months ago

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

.