Skip to content

Commit

Permalink
Added docker example for speed comparison
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 21, 2023
1 parent 49df420 commit 702b945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nydus-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: nydustests
run: |
sudo /usr/local/bin/containerd-nydus-grpc --nydusd-config /etc/nydus/nydusd-config.fusedev.json &
sleep 15
cd repotests/dependency-track
sudo nerdctl --snapshotter nydus run --rm -v $HOME/.m2:/root/.m2 -v $(pwd):/app ghcr.io/cyclonedx/cdxgen:master-nydus -p --profile research -t java /app -o /app/bom.json
ls -ltr
Expand All @@ -63,6 +64,7 @@ jobs:
continue-on-error: true
- name: dockertests
run: |
sleep 15
cd repotests/dependency-track
sudo nerdctl run --rm -v $HOME/.m2:/root/.m2 -v $(pwd):/app ghcr.io/cyclonedx/cdxgen:master -p --profile research -t java /app -o /app/bom.json
ls -ltr

0 comments on commit 702b945

Please sign in to comment.