Skip to content

Commit

Permalink
Fix path for pre-prepared docker vm disk
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Dec 5, 2024
1 parent ed8b090 commit 02240b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/system_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ def save_test_dockers(ctx, output_dir, arch, use_crane=False):
return

# only download images not present in preprepared vm disk
resp = requests.get('https://dd-agent-omnibus.s3.amazonaws.com/kernel-version-testing/rootfs/docker.ls')
resp = requests.get('https://dd-agent-omnibus.s3.amazonaws.com/kernel-version-testing/rootfs/master/docker.ls')
docker_ls = {line for line in resp.text.split('\n') if line.strip()}

images = _test_docker_image_list()
Expand Down

0 comments on commit 02240b2

Please sign in to comment.